mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-02-06 13:31:05 +00:00
Added missing fragment. Closes #278
This commit is contained in:
parent
45c3ebf566
commit
124f2b4d85
10
src/main/fragment/_deref_pwuz1_ge_vwuc1_then_la1.asm
Normal file
10
src/main/fragment/_deref_pwuz1_ge_vwuc1_then_la1.asm
Normal file
@ -0,0 +1,10 @@
|
||||
ldy #1
|
||||
lda ({z1}),y
|
||||
cmp #>{c1}
|
||||
bcc !+
|
||||
bne {la1}
|
||||
dey
|
||||
lda ({z1}),y
|
||||
cmp #<{c1}
|
||||
bcs {la1}
|
||||
!:
|
Loading…
x
Reference in New Issue
Block a user