mirror of
https://github.com/notwa/mm
synced 2025-02-05 13:23:23 -08:00
fix comment
This commit is contained in:
parent
488aeb9bd0
commit
37d711dbec
1 changed files with 1 additions and 3 deletions
|
@ -14,9 +14,7 @@
|
||||||
buffer_pos:
|
buffer_pos:
|
||||||
.word 0
|
.word 0
|
||||||
|
|
||||||
// set up 2048 bytes of text buffer
|
// we'll just let this overflow
|
||||||
// each line is 32 words, or 128 bytes
|
|
||||||
// i don't think this is enough, actually
|
|
||||||
.align 8
|
.align 8
|
||||||
buffer:
|
buffer:
|
||||||
.word 0
|
.word 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue