mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-21 01:56:47 +08:00
Update main.s
This commit is contained in:
parent
26f59281cb
commit
a2918b444d
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ Emit: stp x29, x30, [sp, -16]!
|
|||
ret
|
||||
|
||||
|
||||
/* Pad - prints w0 spaces to the console. It does this using
|
||||
/* Pad - prints counter spaces to the console. It does this using
|
||||
a for loop printing one space at a time. A reasonable optimization
|
||||
would be to create a large array of spaces and use the length
|
||||
parameter to write() to replace the loop.
|
||||
|
|
|
|||
Loading…
Reference in a new issue