1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-09-08 17:54:40 +00:00

make bcs the alternative to bcc instead of jmp

This commit is contained in:
Janne Johansson 2019-08-06 20:26:06 +02:00
parent 6502c0dbc3
commit 6de8113e7d

View File

@ -0,0 +1,8 @@
lda {z1}+1
bne {la1}
clc
lda {z1}
cmp {c1}
bcc !+
bcs {la1}
!: