ack/mach/pmds/libsys/exit1.s

18 lines
199 B
ArmAsm
Raw Normal View History

1985-02-07 15:58:40 +00:00
.define _exit
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
1985-02-07 15:58:40 +00:00
.extern _exit
.sect .text
1985-02-07 15:58:40 +00:00
_exit:
tst.b -40(sp)
link a6,#-0
jsr __cleanup
move.w 8(a6),-(sp)
jsr __exit
add.l #2,sp
unlk a6
rts