2004-11-08 13:17:43 +00:00

21 lines
208 B
ArmAsm

; Test the intersegment relocation
; Inderpreetb@noida.hcltech.com
.global _start
.extern _main
_start:
call _main
nop
nop
nop
nop
.global _exit
_exit:
nop
nop
nop
.global _abort
_abort:
nop
nop