#include .text .global __Exit .type __Exit, @function .align 2 __Exit: trapa #__NR_exit rts nop .end