1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-11-22 16:33:48 +00:00

added missing fragments. #749

This commit is contained in:
jespergravgaard 2022-01-08 13:33:43 +01:00
parent 76d5ad3f44
commit c70a44edc8
3 changed files with 26 additions and 1 deletions

View File

@ -0,0 +1,13 @@
lda {m1}
sta $fe
lda {m1}+1
sta $ff
lda #<{c1}
cmp ($fe),y
iny
lda #>{c1}
sbc ($fe),y
bvc !+
eor #$80
!:
bmi {la1}

View File

@ -0,0 +1,13 @@
lda {m1}
sta $fe
lda {m1}+1
sta $ff
lda #<{c1}
cmp ($fe),y
iny
lda #>{c1}
sbc ($fe),y
bvc !+
eor #$80
!:
bmi {la1}

View File

@ -7,4 +7,3 @@ bvc !+
eor #$80
!:
bmi {la1}
!e: