mirror of
https://github.com/fadden/6502bench.git
synced 2024-11-03 23:06:09 +00:00
25 lines
447 B
ArmAsm
25 lines
447 B
ArmAsm
|
.cpu "65816"
|
||
|
.enc "sg_hiascii"
|
||
|
.cdef $20,$7e,$a0
|
||
|
.enc "sg_ascii"
|
||
|
.cdef $20,$7e,$20
|
||
|
* = $1000
|
||
|
.as
|
||
|
.xs
|
||
|
clc
|
||
|
xce
|
||
|
rep #$30
|
||
|
.al
|
||
|
.xl
|
||
|
lda #'B'
|
||
|
lda #'B' | $80
|
||
|
.enc "none"
|
||
|
lda #'B'
|
||
|
.enc "screen"
|
||
|
lda #'B'
|
||
|
sep #$30
|
||
|
.as
|
||
|
.xs
|
||
|
rts
|
||
|
|