mirror of
https://github.com/marketideas/qasm.git
synced 2026-04-21 22:16:43 +00:00
more m32 compatibility tests
This commit is contained in:
Vendored
+2
-2
@@ -5,7 +5,7 @@
|
||||
ZP EQU $FF
|
||||
ABS EQU $FEFF
|
||||
LONG EQU $FDFEFF
|
||||
MV0 EQU ZP ;Merlin 32 bug -- must use 8-bit constant, or
|
||||
MV1 EQU ZP-1 ; '^' modifier is implicitly applied
|
||||
MV0 EQU LONG ;Merlin 32 bug -- must use 8-bit constant, or
|
||||
MV1 EQU LONG-$10000 ; '^' modifier is implicitly applied
|
||||
|
||||
PUT allops-common-65816.S
|
||||
|
||||
Vendored
+1
-1
@@ -23,6 +23,6 @@ start nop
|
||||
lda #<long
|
||||
lda #>long
|
||||
lda #^long
|
||||
lda #|long
|
||||
lda #long
|
||||
|
||||
lst off
|
||||
|
||||
Reference in New Issue
Block a user