1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-17 16:29:32 +00:00
This commit is contained in:
jede 2022-04-26 14:14:27 +02:00
parent 4474ed2668
commit 4bfd57153f

View File

@ -37,6 +37,6 @@ start:
stx store_char
rts
.endproc
.data
.bss
store_char:
.byte 0