mirror of
https://github.com/jefftranter/udis.git
synced 2024-10-31 22:05:24 +00:00
Fixed missing pcr flag from 8051's sjmp
This commit is contained in:
parent
f042f27256
commit
ecd866e380
2
8051.py
2
8051.py
@ -268,7 +268,7 @@ opcodeTable = {
|
|||||||
0x7e : [ 2, "mov", "r6,immed" ],
|
0x7e : [ 2, "mov", "r6,immed" ],
|
||||||
0x7f : [ 2, "mov", "r7,immed" ],
|
0x7f : [ 2, "mov", "r7,immed" ],
|
||||||
|
|
||||||
0x80 : [ 2, "sjmp", "offset" ],
|
0x80 : [ 2, "sjmp", "offset", pcr ],
|
||||||
0x81 : [ 2, "ajmp", "addr11" ],
|
0x81 : [ 2, "ajmp", "addr11" ],
|
||||||
0x82 : [ 2, "anl", "c,bit" ],
|
0x82 : [ 2, "anl", "c,bit" ],
|
||||||
0x83 : [ 1, "movc", "a,@a+pc" ],
|
0x83 : [ 1, "movc", "a,@a+pc" ],
|
||||||
|
Loading…
Reference in New Issue
Block a user