mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-08-09 20:25:17 +00:00
make bcs the alternative to bcc instead of jmp
This commit is contained in:
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}
|
||||
!:
|
Reference in New Issue
Block a user