mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-08-12 08:25:13 +00:00
8 lines
73 B
NASM
8 lines
73 B
NASM
ldy #{c1}
|
|
lda ({z1}),y
|
|
sta !+ +1
|
|
iny
|
|
lda ({z1}),y
|
|
sta !+ +2
|
|
!: stx $ffff
|