1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-04 01:29:34 +00:00
6502bench/SourceGen/SGTestData/Expected/10040-data-recognition_cc65.S
Andy McFadden 2afb280472 Rename test 10042
The 10042-data-recognition test has no 65816-specific content, so it
should be named 10040-data-recognition.

Also, remove header comment from 20102-label-dp.
2020-10-18 09:16:50 -07:00

35 lines
784 B
ArmAsm

.setcpu "6502X"
; .segment "SEG000"
.org $1000
lda L10AC
ora L10BC
rts
.byte $33
.byte $33
.byte $33
.byte $80
.byte "4444"
.byte $80
.byte "55555"
.byte $80
.byte "MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM"
.byte $80
.res 63,$4c
.byte $81
.byte $00
.byte $00
.byte $00
.byte $81
.byte $00
.byte $00
.byte $00
.byte $00
.byte $81
.res 5,$00
.byte $81
.res 8,$00
L10AC: .res 8,$00
.res 8,$82
L10BC: .res 8,$82