qasm/testdata/1000-allops-value-65816.S

16 lines
446 B
ArmAsm
Raw Normal View History

2019-11-13 23:51:19 +00:00
; Copyright 2018 faddenSoft. All Rights Reserved.
; See the LICENSE.txt file for distribution terms (Apache 2.0).
;
; Assembler: Merlin 32
xc off
xc
xc
mx %00
2019-11-13 23:51:19 +00:00
ZP EQU $FF
ABS EQU $FEFF
LONG EQU $FDFEFF
2019-11-21 02:36:29 +00:00
MV0 EQU LONG ;Merlin 32 bug -- must use 8-bit constant, or
MV1 EQU LONG-$10000 ; '^' modifier is implicitly applied
2019-11-13 23:51:19 +00:00
PUT allops-common-65816.S