mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-22 04:56:49 +08:00
fuck me - added space back in someplace else
This commit is contained in:
parent
eaed6ab3a9
commit
61459bb285
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ There is a third option as demonstrated by the
|
||||||
.align 2 // 2
|
.align 2 // 2
|
||||||
.text // 3
|
.text // 3
|
||||||
// 4
|
// 4
|
||||||
main: str x30, [sp, -16]! // 5
|
main: str x30, [sp, -16]! // 5
|
||||||
mov w0, 1 // stdout // 6
|
mov w0, 1 // stdout // 6
|
||||||
ldr x1, =s // pointer to string // 7
|
ldr x1, =s // pointer to string // 7
|
||||||
ldr x2, =ssize // pointer to computed length // 8
|
ldr x2, =ssize // pointer to computed length // 8
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue