This commit is contained in:
2024-02-27 20:39:27 +01:00
parent 9c493d515e
commit 4f70ea392b
3 changed files with 18 additions and 4 deletions

2
main.S
View File

@ -50,7 +50,7 @@
.section ".data"
screendata:
.rept 3
.rept 5
.byte 0
.endr
screendataend: