as the title.
Continue? There is no illegal opcode trap on an 8051. In fact, there are no traps on an 8051. - Mark
Some variants use the 0xEA (IIRC) instruction as a "Trap" - eg, the Triscend E5 uses it as a software breakpoint.
My memory was incorrect: the instruction is 0xA5.
The only 'wrong' instruction is the 0xA5 instruction, which has different behaviors on different processors. Check out http://www.8052.com/51und.phtml for more information.
Thanks! Stoic