ack/mach/pdp/libsys/_exit.s
1987-01-07 17:13:41 +00:00

7 lines
64 B
ArmAsm

#include "sys.h"
.globl __exit
__exit:
mov 2(sp),r0
sys exit