mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-04-09 21:37:31 +00:00
Added missing fragment
This commit is contained in:
parent
40279db29c
commit
46096f63cd
12
src/main/fragment/mos6502-common/vduz1=_deref_pduz2.asm
Normal file
12
src/main/fragment/mos6502-common/vduz1=_deref_pduz2.asm
Normal file
@ -0,0 +1,12 @@
|
||||
ldy #0
|
||||
lda ({z2}),y
|
||||
sta {z1}
|
||||
iny
|
||||
lda ({z2}),y
|
||||
sta {z1}+1
|
||||
iny
|
||||
lda ({z2}),y
|
||||
sta {z1}+2
|
||||
iny
|
||||
lda ({z2}),y
|
||||
sta {z1}+3
|
Loading…
x
Reference in New Issue
Block a user