mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-08-09 20:25:17 +00:00
6 lines
56 B
NASM
6 lines
56 B
NASM
ldy #0
|
|
lda ({z2}),y
|
|
sta {z1}
|
|
iny
|
|
lda ({z2}),y
|
|
sta {z1}+1 |