mirror of
https://github.com/fadden/6502bench.git
synced 2024-12-01 22:50:35 +00:00
84e3dd3df2
The 20102-label-dp test is "allops-common-65816" with direct-page labels. 20100-label-dp is the same thing, but with the 6502 version instead.
16 lines
331 B
ArmAsm
16 lines
331 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"
|
|
|
|
PUT allops-common-6502.S
|
|
|
|
org $0080
|
|
bit _ZP
|
|
_ZP bit _ZP
|
|
bit _ZP
|
|
ABS bit: ABS
|
|
|