mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-12-30 15:31:17 +00:00
Added a few verbosity options plus a missing fragment.
This commit is contained in:
parent
25f5d77f34
commit
9cf226348c
7
src/main/fragment/vwsz1=_sword_vbsaa.asm
Normal file
7
src/main/fragment/vwsz1=_sword_vbsaa.asm
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
sta {z1}
|
||||||
|
// sign-extend the byte
|
||||||
|
ora #$7f
|
||||||
|
bmi !+
|
||||||
|
lda #0
|
||||||
|
!:
|
||||||
|
sta {z1}+1
|
Loading…
Reference in New Issue
Block a user