mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-24 14:31:15 +00:00
cant get tests to pass with this fragment in
This commit is contained in:
parent
af194de38e
commit
1df35712fc
@ -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
|
|
Loading…
Reference in New Issue
Block a user