1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2025-08-07 22:25:13 +00:00
Files
kickc/src/main/fragment/mos6502-common/_deref_pptz1=pwuz2.asm
2019-09-08 15:28:33 +02:00

6 lines
56 B
NASM

ldy #0
lda {z2}
sta ({z1}),y
iny
lda {z2}+1
sta ({z1}),y