9a9b91c940
It's finally done.. Signed-off-by: kaguya <vpshinomiya@protonmail.com>
14 lines
170 B
ArmAsm
14 lines
170 B
ArmAsm
#include "mlibc-asm/helpers.h"
|
|
|
|
PROC_START(_start)
|
|
.cfi_undefined eip
|
|
call relocateSelf
|
|
|
|
push %esp
|
|
call interpreterMain
|
|
|
|
jmp *%eax
|
|
PROC_END(_start)
|
|
|
|
GNU_STACK_NOTE()
|