9a9b91c940
It's finally done.. Signed-off-by: kaguya <vpshinomiya@protonmail.com>
11 lines
147 B
ArmAsm
Executable File
11 lines
147 B
ArmAsm
Executable File
.section .text
|
|
|
|
.global _start
|
|
_start:
|
|
mov $main, %rdi
|
|
call __mlibc_entry
|
|
|
|
.size _start, . - _start
|
|
.section .note.GNU-stack,"",%progbits
|
|
|