mirror of
https://github.com/st3fan/ewm.git
synced 2025-04-05 00:29:29 +00:00
Fixes #35 - The STA ABS,X (0x9D) instruction has incorrect length
This commit is contained in:
parent
15b3eda350
commit
9be1f00a9b
2
ins.c
2
ins.c
@ -1007,7 +1007,7 @@ cpu_instruction_t instructions[256] = {
|
||||
/* 0x9a */ { "TXS", 0x9a, 1, 2, 0, (void*) txs },
|
||||
/* 0x9b */ { "???", 0x9b, 1, 2, 0, (void*) NULL },
|
||||
/* 0x9c */ { "???", 0x9c, 1, 2, 0, (void*) NULL },
|
||||
/* 0x9d */ { "STA", 0x9d, 2, 5, 0, (void*) sta_absx },
|
||||
/* 0x9d */ { "STA", 0x9d, 3, 5, 0, (void*) sta_absx },
|
||||
/* 0x9e */ { "???", 0x9e, 1, 2, 0, (void*) NULL },
|
||||
/* 0x9f */ { "???", 0x9f, 1, 2, 0, (void*) NULL },
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user