mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-20 02:32:36 +00:00
Added missing fragment
This commit is contained in:
parent
d5f7a914f8
commit
4a273bd2dd
12
src/main/fragment/mos6502-common/vdum1=_deref_pduz2.asm
Normal file
12
src/main/fragment/mos6502-common/vdum1=_deref_pduz2.asm
Normal file
@ -0,0 +1,12 @@
|
||||
ldy #0
|
||||
lda ({z2}),y
|
||||
sta {m1}
|
||||
iny
|
||||
lda ({z2}),y
|
||||
sta {m1}+1
|
||||
iny
|
||||
lda ({z2}),y
|
||||
sta {m1}+2
|
||||
iny
|
||||
lda ({z2}),y
|
||||
sta {m1}+3
|
Loading…
Reference in New Issue
Block a user