mirror of
https://github.com/jefftranter/udis.git
synced 2024-10-31 22:05:24 +00:00
Fixed instruction length for 6809 ldy direct and indexed
This commit is contained in:
parent
c5302b630a
commit
75ffe4bafb
4
6809.py
4
6809.py
@ -188,8 +188,8 @@ opcodeTable = {
|
||||
0xae : [ 2, "ldx", "indexed" ],
|
||||
0xbe : [ 3, "ldx", "extended" ],
|
||||
0x108e : [ 4, "ldy", "imm16" ],
|
||||
0x109e : [ 4, "ldy", "direct" ],
|
||||
0x10ae : [ 4, "ldy", "indexed" ],
|
||||
0x109e : [ 3, "ldy", "direct" ],
|
||||
0x10ae : [ 3, "ldy", "indexed" ],
|
||||
0x10be : [ 4, "ldy", "extended" ],
|
||||
0x32 : [ 2, "leas", "indexed" ],
|
||||
0x33 : [ 2, "leau", "indexed" ],
|
||||
|
Loading…
Reference in New Issue
Block a user