Git - code.swisschili.sh
code.swisschili.sh
/
6502
/
97b5d8bfbd173dbe6eda51f3963877c1485b1a7b
/
.
/
as
/
test
/
test.s
blob: edca24a6761d4cadd4b0162d1acaee2a77ac85a1 [
file
] [
log
] [
blame
]
start
:
lda
#$32 ; Store $32 in a
tax
;
Transfer a to x
stx
$
200
;
Store x at
$
200
jmp
($
FFAA
)
;
Jump to the address at
$
FFAA