mirror of
https://github.com/cc65/cc65.git
synced 2024-12-28 22:30:12 +00:00
fix bss
This commit is contained in:
parent
164acad6cb
commit
84e2fee9a4
@ -37,6 +37,6 @@ start:
|
||||
stx store_char
|
||||
rts
|
||||
.endproc
|
||||
.data
|
||||
.bss
|
||||
store_char:
|
||||
.byte 0
|
||||
|
Loading…
Reference in New Issue
Block a user