mirror of
https://github.com/fadden/6502bench.git
synced 2024-11-03 23:06:09 +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
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
|