allow PEA 12

This commit is contained in:
Kelvin Sherlock 2019-04-14 18:29:44 -04:00
parent ac1b76753d
commit 692c7deac1
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ struct opcode_entry opcode_table[] = {
{ ORA, ABS_X , 0x1d, 2 },
{ ORA, ABS_LONG_X , 0x1f, 3 },
/* pea abs or pea #imm */
{ PEA, ABS , 0xf4, 2 }, { PEA, IMMEDIATE , 0xf4, 2 },
{ PEA, ABS , 0xf4, 2 }, { PEA, DP , 0xf4, 2 }, { PEA, IMMEDIATE , 0xf4, 2 },
/* pei (dp) or pei dp */
{ PEI, INDIR , 0xd4, 1 }, { PEI, DP , 0xd4, 1 },
{ PER, RELATIVE , 0x62, 2 },