1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-09-08 17:54:40 +00:00

cant get tests to pass with this fragment in

This commit is contained in:
Janne Johansson 2019-08-06 21:57:16 +02:00
parent af194de38e
commit 1df35712fc

View File

@ -1,12 +0,0 @@
lda #<{c1}
sta {z1}
lda #>{c1}
sta {z1}+1
bmi !m+
lda #0
beq !p+
!m:
lda #$ff
!p:
sta {z1}+2
sta {z1}+3