mirror of
https://github.com/foxsen/archbase.git
synced 2026-07-10 22:07:57 +08:00
fix: errors in sample code snippets
sltiu => sltui @thanks to huangll2013lzu
\012 => \n
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
.section .rodata
|
||||
.align 3
|
||||
.hello:
|
||||
.ascii "Hello World!\012\000"
|
||||
.ascii "Hello World!\n\000"
|
||||
|
||||
.text
|
||||
.align 3
|
||||
|
||||
Reference in New Issue
Block a user