mirror of
https://github.com/fadden/6502bench.git
synced 2024-11-05 06:04:36 +00:00
225ab9e132
Renamed the remaining tests. Only edits were to the project files that referenced .sym65/.cs.
44 lines
755 B
ArmAsm
44 lines
755 B
ArmAsm
.cpu "6502"
|
|
* = $1000
|
|
.byte $03
|
|
.byte $02
|
|
|
|
L1002 bit L1002
|
|
.byte $2c
|
|
lda #$11
|
|
nop
|
|
.byte $2c
|
|
_L100A ldx #$ff
|
|
nop
|
|
jsr _L100A
|
|
nop
|
|
.byte $2c
|
|
_L1012 ldx #$ff
|
|
nop
|
|
jsr _L1012
|
|
jsr $2456
|
|
_L101B .dword $22a211a9
|
|
jsr _L101B
|
|
jsr _L1028
|
|
jsr $2456
|
|
_L1028 .dword $44a233a9
|
|
jsr _L103A
|
|
jsr _L103D
|
|
nop
|
|
lda $2456
|
|
jsr _L1045
|
|
rts
|
|
|
|
_L103A jsr $2456
|
|
_L103D lda #$55
|
|
ldx #$66
|
|
rts
|
|
|
|
.byte $81
|
|
.byte $82
|
|
.byte $83
|
|
|
|
_L1045 lda #$99
|
|
rts
|
|
|