Skip to content

Commit

Permalink
z80_desc.yml: add a fixme comment
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Jun 13, 2024
1 parent d5a8956 commit 84448c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions codegen/z80_desc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ OUT (n),A:
- { type: mread, ab: $PC++, dst: $WZL, action: $WZH=$A }
- { type: iowrite, ab: $WZ, db: $A, action: $WZL++ }

# FIXME: ioread can go directly into A
IN A,(n):
cond: (x == 3) and (y == 3) and (z == 3)
mcycles:
Expand Down

0 comments on commit 84448c5

Please sign in to comment.