mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-01-03 11:31:21 +00:00
Added missing fragment for Clay Cowgill
This commit is contained in:
parent
5bc38ae3c0
commit
1d5cb644ad
10
src/main/fragment/_deref_pwsz1_ge_vwsc1_then_la1.asm
Normal file
10
src/main/fragment/_deref_pwsz1_ge_vwsc1_then_la1.asm
Normal file
@ -0,0 +1,10 @@
|
||||
ldy #0
|
||||
lda ({z1}),y
|
||||
cmp #<{c1}
|
||||
iny
|
||||
lda ({z1}),y
|
||||
sbc #>{c1}
|
||||
bvc !+
|
||||
eor #$80
|
||||
!:
|
||||
bpl {la1}
|
Loading…
Reference in New Issue
Block a user