mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-21 06:06:46 +08:00
5 lines
No EOL
97 B
ArmAsm
5 lines
No EOL
97 B
ArmAsm
func: ldr x2, [x0]
|
|
ldr x3, [x1]
|
|
add x2, x2, x3
|
|
str x2, [x0]
|
|
ret |