mirror of
https://github.com/fadden/6502bench.git
synced 2024-11-04 15:05:03 +00:00
70ee8793ae
Created the "all ops" tests for W65C02. Filled in enough of the necessary infrastructure to be able to create the project and disassemble the file, though we're not yet handling the instructions correctly.
10 lines
219 B
ArmAsm
10 lines
219 B
ArmAsm
; Copyright 2020 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-W65C02.S
|