Skip to content

Commit

Permalink
[Python][Disasm] Support '(c)' operands in 'in' instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
kosarev committed Jul 23, 2024
1 parent 99ef518 commit 33350ab
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 @@ -189,6 +189,7 @@ class _Z80InstrBuilder(object):
'a': A,
'af': AF,
'af\'': AF2,
'c': C,
'Cc': CF,
'Cm': M,
'Cnc': NC,
Expand Down

0 comments on commit 33350ab

Please sign in to comment.