mirror of
https://github.com/fadden/6502bench.git
synced 2024-11-01 10:06:24 +00:00
10 lines
217 B
ArmAsm
10 lines
217 B
ArmAsm
; Copyright 2018 faddenSoft. All Rights Reserved.
|
|
; See the LICENSE.txt file for distribution terms (Apache 2.0).
|
|
;
|
|
; Assembler: Merlin 32
|
|
|
|
ZP EQU $FF
|
|
ABS EQU $FEFF
|
|
|
|
PUT allops-common-6502.S
|