mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-16 21:07:56 +00:00
Added a few missing fragments.
This commit is contained in:
parent
e58bff087e
commit
45410860ad
5
src/main/fragment/mos6502-common/_deref_qvoz1=vbuaa.asm
Normal file
5
src/main/fragment/mos6502-common/_deref_qvoz1=vbuaa.asm
Normal file
@ -0,0 +1,5 @@
|
||||
ldy #0
|
||||
sta ({z1}),y
|
||||
lda #0
|
||||
iny
|
||||
sta ({z1}),y
|
6
src/main/fragment/mos6502-common/_deref_qvoz1=vwum2.asm
Normal file
6
src/main/fragment/mos6502-common/_deref_qvoz1=vwum2.asm
Normal file
@ -0,0 +1,6 @@
|
||||
ldy #0
|
||||
lda {m2}
|
||||
sta ({z1}),y
|
||||
iny
|
||||
lda {m2}+1
|
||||
sta ({z1}),y
|
@ -0,0 +1,7 @@
|
||||
ldy #0
|
||||
lda ({z1}),y
|
||||
bne !+
|
||||
iny
|
||||
lda ({z1}),y
|
||||
beq {la1}
|
||||
!:
|
Loading…
Reference in New Issue
Block a user