8 lines
65 B
ArmAsm
8 lines
65 B
ArmAsm
.global _start
|
|
|
|
_start:
|
|
pop %eax
|
|
push $main
|
|
call pre_main
|
|
|