mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-01-15 16:30:02 +00:00
Added missing fragment for lademan12
This commit is contained in:
parent
3866dad904
commit
8a560d8edd
8
src/main/fragment/mos6502-common/pbuz1=_deref_pptz1.asm
Normal file
8
src/main/fragment/mos6502-common/pbuz1=_deref_pptz1.asm
Normal file
@ -0,0 +1,8 @@
|
||||
ldy #0
|
||||
lda ({z1}),y
|
||||
pha
|
||||
iny
|
||||
lda ({z1}),y
|
||||
sta {z1}+1
|
||||
pla
|
||||
sta {z1}
|
Loading…
x
Reference in New Issue
Block a user