1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-11-25 20:32:25 +00:00

Added missing fragment. Thanks @ubik

This commit is contained in:
jespergravgaard 2020-09-30 09:03:55 +02:00
parent 7c1bed30f2
commit 295c5d1dbd

View File

@ -0,0 +1,8 @@
lda {m1}
cmp {c1}
lda {m1}+1
sbc {c1}+1
bvc !+
eor #$80
!:
bmi {la1}