Skip to content

Commit

Permalink
fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkamprath committed May 11, 2024
1 parent e316605 commit 59e5b9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/slu4-minimal-64x4/slu4-minimal-64x4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2965,7 +2965,7 @@ macros:
- zero_page
- zero_page
instructions:
- "szz @ARG(0)+0,@ARG(1)+0"
- "svv @ARG(0)+0,@ARG(1)+0"
- "ldz @ARG(0)+2"
- "sc.z @ARG(1)+2"
- "ldz @ARG(0)+3"
Expand Down Expand Up @@ -3005,13 +3005,13 @@ macros:
instructions:
- "mwv @ARG(0)+0,@ARG(1)+0"
- "mwv @ARG(0)+2,@ARG(1)+2"
miq:
m4iq:
# move 4 bytes long from immediate to zero-page long
- operands:
count: 2
operand_sets:
list:
- immediate_16bit
- immediate_32bit
- zero_page
instructions:
- "miv @ARG(0) & $0000FFFF ,@ARG(1)+0"
Expand Down

0 comments on commit 59e5b9a

Please sign in to comment.