mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-08-09 04:25:12 +00:00
Added missing fragment for Clay Cowgill
This commit is contained in:
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}
|
Reference in New Issue
Block a user