Fix error with JMP @A,DPTR instruction
authorHugo Villeneuve <hugo@hugovil.com>
Mon, 4 Nov 2013 15:27:10 +0000 (10:27 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Wed, 6 Nov 2013 03:17:21 +0000 (22:17 -0500)
commite2ad770d0082ba71571da0e1d06774fa5ece5b44
tree73168abf89656157859e885f18be802ffed0e3d2
parentc4f4ebc5ab29f3be5989e94768d8bb709667e3f1
Fix error with JMP @A,DPTR instruction

The resulting jump address is simply the sum of the values in the accumulator
and the DPTR registers, not the indirect read of that sum.

Error reported and fixed by Anthony (antliu at gmail.com).
src/opcode2c.pl