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>
Mon, 4 Nov 2013 15:32:15 +0000 (10:32 -0500)
commit1ba08e42405921556cb80d065ce3b8ed42b09cf1
tree6c6f03655c7f43a74b98e245e21749e69ddb359d
parentba55b642a0331f679c4c22d662906e322ff2309f
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