1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2025-02-08 12:30:58 +00:00

Added missing fragment for leac0045

This commit is contained in:
jespergravgaard 2019-08-29 16:00:27 +02:00
parent a4450db06a
commit 887b9b08d7

View File

@ -0,0 +1,8 @@
lda #<{c1}
cmp {z1}
lda #>{c1}
sbc {z1}+1
bvc !+
eor #$80
!:
bpl {la1}