Skip to content

Commit

Permalink
[Disasm] Support instructions with IX operands.
Browse files Browse the repository at this point in the history
  • Loading branch information
kosarev committed Jul 17, 2024
1 parent 01dd866 commit 897454f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions z80/_disasm.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ class _Z80InstrBuilder(object):
'Ghl': HL,
'hl': HL,
'i': IReg,
'ix': IX,
'iy': IY,
'Pbc': BC,
'Pde': DE,
Expand Down

0 comments on commit 897454f

Please sign in to comment.