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

Fixed fragment for Danny Spijksma

This commit is contained in:
jespergravgaard 2019-09-17 23:34:24 +02:00
parent a50f614d6a
commit 9d8a2482ea

View File

@ -1,3 +1,7 @@
cmp #{c1}
bmi {la1}
sec
sbc #{c1}
beq {la1}
bvc !+
eor #$80
!:
bmi {la1}