mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-26 12:49:21 +00:00
Added 2 missing fragments. Thanks @fenrock
This commit is contained in:
parent
74ba01ebac
commit
315a65f01f
@ -0,0 +1,4 @@
|
|||||||
|
lda #0
|
||||||
|
sta {c1}+1
|
||||||
|
lda {m1}
|
||||||
|
sta {c1}
|
4
src/main/fragment/mos6502-common/_deref_pwuc1=vbum1.asm
Normal file
4
src/main/fragment/mos6502-common/_deref_pwuc1=vbum1.asm
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
lda #0
|
||||||
|
sta {c1}+1
|
||||||
|
lda {m1}
|
||||||
|
sta {c1}
|
Loading…
Reference in New Issue
Block a user