mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-08-16 04:27:59 +00:00
Added missing fragment for lademan12
This commit is contained in:
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}
|
Reference in New Issue
Block a user