haxchi_payload/crt0.S

7 lines
79 B
ArmAsm

.extern __main
.globl _start
_start:
# jump to our main
b __main