mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-08-11 02:25:17 +00:00
8 lines
101 B
NASM
8 lines
101 B
NASM
lda #<{c2}
|
|
sta {c1},y
|
|
lda #>{c2}
|
|
sta {c1}+1,y
|
|
lda #<{c2}>>16
|
|
sta {c1}+2,y
|
|
lda #>{c2}>>16
|
|
sta {c1}+3,y |