1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2025-02-17 10:30:43 +00:00

Added missing fragments for Paul Nelsen.

This commit is contained in:
jespergravgaard 2019-08-31 06:58:21 +02:00
parent 8c56181554
commit a2ce3a5e14
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,4 @@
eor {z1}
beq !+
lda #1
!:

View File

@ -0,0 +1,7 @@
sec
lda #<{c1}
sbc {z2}
sta {z1}
lda #>{c1}
sbc #0
sta {z1}+1