more m32 compatibility tests

This commit is contained in:
marketideas
2019-11-20 18:36:29 -08:00
parent d65b01a882
commit 0b8a9dfae4
3 changed files with 9 additions and 4 deletions
+2 -2
View File
@@ -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
+1 -1
View File
@@ -23,6 +23,6 @@ start nop
lda #<long
lda #>long
lda #^long
lda #|long
lda #long
lst off