Git - code.swisschili.sh
code.swisschili.sh
/
6502
/
abccdfcd20d5ba84ae11d82e58ee5d21f18c1c4d
/
.
/
as
/
test
/
colors.s
blob: 3c705be504af647583a4ba1ca35b28a4f216c9c5 [
file
] [
log
] [
blame
]
;;;
Shows some nice colors on the screen
LDY
#$0
loop
:
TYA
STA
$
200
,
Y
STA
$
300
,
Y
STA
$
400
,
Y
STA
$
500
,
Y
INY
CMP
#$ff
BCC loop
BRK