mirror of
https://github.com/notwa/mm
synced 2024-11-04 22:49:03 -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:
|
||||
.word 0
|
||||
|
||||
// set up 2048 bytes of text buffer
|
||||
// each line is 32 words, or 128 bytes
|
||||
// i don't think this is enough, actually
|
||||
// we'll just let this overflow
|
||||
.align 8
|
||||
buffer:
|
||||
.word 0
|
||||
|
|
Loading…
Reference in a new issue