mirror of
https://github.com/fadden/6502bench.git
synced 2024-11-03 23:06:09 +00:00
13 lines
279 B
ArmAsm
13 lines
279 B
ArmAsm
; Copyright 2018 faddenSoft. All Rights Reserved.
|
|
; See the LICENSE.txt file for distribution terms (Apache 2.0).
|
|
;
|
|
; Assembler: Merlin 32
|
|
|
|
ZP EQU $00
|
|
ABS EQU $0000
|
|
LONG EQU $000000
|
|
MV0 EQU $00
|
|
MV1 EQU $00
|
|
|
|
PUT allops-common-65816.S
|