mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-23 23:32:55 +00:00
make bcs the alternative to bcc instead of jmp
This commit is contained in:
parent
6502c0dbc3
commit
6de8113e7d
8
src/main/fragment/vwuz1_ge_vbuc1_then_la1
Normal file
8
src/main/fragment/vwuz1_ge_vbuc1_then_la1
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
lda {z1}+1
|
||||||
|
bne {la1}
|
||||||
|
clc
|
||||||
|
lda {z1}
|
||||||
|
cmp {c1}
|
||||||
|
bcc !+
|
||||||
|
bcs {la1}
|
||||||
|
!:
|
Loading…
Reference in New Issue
Block a user