mirror of
https://github.com/cc65/cc65.git
synced 2024-12-27 15:29:46 +00:00
fix bss
This commit is contained in:
parent
4474ed2668
commit
4bfd57153f
@ -37,6 +37,6 @@ start:
|
||||
stx store_char
|
||||
rts
|
||||
.endproc
|
||||
.data
|
||||
.bss
|
||||
store_char:
|
||||
.byte 0
|
||||
|
Loading…
Reference in New Issue
Block a user