All checks were successful
Build documentation / build-and-deploy (push) Successful in 35s
9 lines
112 B
ArmAsm
9 lines
112 B
ArmAsm
.global _start
|
|
_start:
|
|
xorq %rbp, %rbp
|
|
movq %rsp, %rbp
|
|
andq $-16, %rsp
|
|
subq $8, %rsp
|
|
|
|
callq __premain
|