Fixed missing pcr flag from 8051's sjmp

This commit is contained in:
Rob McMullen 2017-02-28 16:42:20 -08:00
parent f042f27256
commit ecd866e380
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ opcodeTable = {
0x7e : [ 2, "mov", "r6,immed" ],
0x7f : [ 2, "mov", "r7,immed" ],
0x80 : [ 2, "sjmp", "offset" ],
0x80 : [ 2, "sjmp", "offset", pcr ],
0x81 : [ 2, "ajmp", "addr11" ],
0x82 : [ 2, "anl", "c,bit" ],
0x83 : [ 1, "movc", "a,@a+pc" ],