1
0
mirror of https://github.com/ksherlock/x65.git synced 2024-06-30 23:29:28 +00:00
x65/test/merlin_lup.s
2019-09-19 18:50:30 -07:00

13 lines
114 B
ArmAsm

; merlin_lup.s
lup 6
lda (sprt,x)
sta ($06),y
inc sprt
bne :c0
inc sprt+1
:c0 iny
--^
rts
sprt