mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-23 23:32:55 +00:00
Added 2 fragments for Clay Cowgill
This commit is contained in:
parent
a3b3eadeef
commit
4c6014e448
6
src/main/fragment/_deref_pwsz1=vwsc1.asm
Normal file
6
src/main/fragment/_deref_pwsz1=vwsc1.asm
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
ldy #0
|
||||||
|
lda #<{c1}
|
||||||
|
sta ({z1}),y
|
||||||
|
iny
|
||||||
|
lda #>{c1}
|
||||||
|
sta ({z1}),y
|
8
src/main/fragment/vwsz1=_deref_pwsz2_band_vwsc1 .asm
Normal file
8
src/main/fragment/vwsz1=_deref_pwsz2_band_vwsc1 .asm
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
ldy #0
|
||||||
|
lda ({z2}),y
|
||||||
|
and #<{c1}
|
||||||
|
sta {z1}
|
||||||
|
iny
|
||||||
|
lda ({z2}),y
|
||||||
|
and #>{c1}
|
||||||
|
sta {z1}+1
|
Loading…
Reference in New Issue
Block a user