mirror of
https://github.com/fadden/6502bench.git
synced 2024-11-03 23:06:09 +00:00
50e8be186a
This is primarily to exercise a Merlin 32 failure (issue #37). However, it also exercises a problem with cc65 (issue #40). Currently, only 64tass can assemble this project.
20 lines
394 B
ArmAsm
20 lines
394 B
ArmAsm
; Copyright 2018 faddenSoft. All Rights Reserved.
|
|
; See the LICENSE.txt file for distribution terms (Apache 2.0).
|
|
;
|
|
; Assembler: Merlin 32
|
|
|
|
ZP equ $80 ;must NOT be "$0080"
|
|
|
|
MV0 EQU $83
|
|
MV1 EQU $84
|
|
|
|
PUT allops-common-65816.S
|
|
|
|
org $0080
|
|
bit _ZP
|
|
_ZP bit _ZP
|
|
bit _ZP
|
|
ABS bit: ABS
|
|
LONG ldal LONG
|
|
|