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