mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-02-20 00:29:10 +00:00
added missing fragments. closes #750
This commit is contained in:
parent
46f6690b6d
commit
514171a803
10
src/main/fragment/mos6502-common/vwum1=_deref_pwum2.asm
Normal file
10
src/main/fragment/mos6502-common/vwum1=_deref_pwum2.asm
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
lda {m2}
|
||||||
|
sta $fe
|
||||||
|
lda {m2}+1
|
||||||
|
sta $ff
|
||||||
|
ldy #0
|
||||||
|
lda ($fe),y
|
||||||
|
sta {m1}
|
||||||
|
iny
|
||||||
|
lda ($fe),y
|
||||||
|
sta {m1}+1
|
Loading…
x
Reference in New Issue
Block a user