curious_mind
Full Member level 4
I have a project where I need to build an instruction interpreter in software for 8051 processor. The goal is to use ARM processor to execute 8051 instructions. Not all instructions need to be executed, only the arithmetic and logic ones. Can anybody enlighten me on the implementation methodology?