All checks were successful
Build documentation / build-and-deploy (push) Successful in 26s
9 lines
77 B
ArmAsm
9 lines
77 B
ArmAsm
.global _start
|
|
_start:
|
|
pushq $123
|
|
addq $8, %rsp
|
|
|
|
syscall
|
|
|
|
jmp _start
|