ack/mach/pdp/libsys/_exit.s
1987-05-14 17:45:41 +00:00

7 lines
65 B
ArmAsm

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