EXIT (II) 3/15/72 EXIT (II)
NAME exit -- terminate process
SYNOPSIS (status in r0)
sys exit / exit = 1
DESCRIPTION exit is the normal means of terminating a pro-
cess. Exit closes all the process' files and no-
tifies the parent process if it is executing a
wait. The low byte of r0 is available as status
to the parent process.
This call can never return.
SEE ALSO wait(II)
DIAGNOSTICS -
BUGS --