mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-22 16:33:48 +00:00
Added fragment. Closes #623
This commit is contained in:
parent
53bdb9d60b
commit
b56163c82a
12
src/main/fragment/mos6502-common/_deref_pduz1=vdum2.asm
Normal file
12
src/main/fragment/mos6502-common/_deref_pduz1=vdum2.asm
Normal file
@ -0,0 +1,12 @@
|
||||
ldy #0
|
||||
lda {m2}
|
||||
sta ({z1}),y
|
||||
iny
|
||||
lda {m2}+1
|
||||
sta ({z1}),y
|
||||
iny
|
||||
lda {m2}+2
|
||||
sta ({z1}),y
|
||||
iny
|
||||
lda {m2}+3
|
||||
sta ({z1}),y
|
Loading…
Reference in New Issue
Block a user