File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
examples/slu4-minimal-64x4 Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -3008,7 +3008,17 @@ macros:
3008
3008
instructions :
3009
3009
- " mwv @ARG(0)+0,@ARG(1)+0"
3010
3010
- " mwv @ARG(0)+2,@ARG(1)+2"
3011
- miq :
3011
+ m2iv :
3012
+ # move 2 byte word from immediate to zero-page word
3013
+ - operands :
3014
+ count : 2
3015
+ operand_sets :
3016
+ list :
3017
+ - immediate_16bit
3018
+ - zero_page
3019
+ instructions :
3020
+ - " miv @ARG(0) & $FFFF ,@ARG(1)+0"
3021
+ m4iq :
3012
3022
# move 4 bytes long from immediate to zero-page long
3013
3023
- operands :
3014
3024
count : 2
@@ -3017,5 +3027,5 @@ macros:
3017
3027
- immediate_32bit
3018
3028
- zero_page
3019
3029
instructions :
3020
- - " miv @ARG(0) & $0000FFFF,@ARG(1)+0"
3030
+ - " miv @ARG(0) & $0000FFFF ,@ARG(1)+0"
3021
3031
- " miv (@ARG(0) & $FFFF0000) >> 16,@ARG(1)+2"
You can’t perform that action at this time.
0 commit comments