1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-10-10 20:23:47 +00:00

Added a few verbosity options plus a missing fragment.

This commit is contained in:
jespergravgaard 2018-10-16 02:02:51 +02:00
parent 25f5d77f34
commit 9cf226348c

View File

@ -0,0 +1,7 @@
sta {z1}
// sign-extend the byte
ora #$7f
bmi !+
lda #0
!:
sta {z1}+1