mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-21 04:46:47 +08:00
8 lines
105 B
ArmAsm
8 lines
105 B
ArmAsm
.global main
|
|
.text
|
|
.align 2
|
|
|
|
main: mov x30, xzr
|
|
ret
|
|
|
|
.end
|