mirror of
https://github.com/marketideas/qasm.git
synced 2024-12-27 15:29:30 +00:00
16 lines
446 B
ArmAsm
16 lines
446 B
ArmAsm
; 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
|
|
ZP EQU $FF
|
|
ABS EQU $FEFF
|
|
LONG EQU $FDFEFF
|
|
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
|