mirror of
https://github.com/fadden/6502bench.git
synced 2024-11-03 23:06:09 +00:00
10 lines
218 B
ArmAsm
10 lines
218 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
|
|
|
|
PUT allops-common-65C02.S
|