ack/mach/m68k2/libsys/_exit.s

11 lines
140 B
ArmAsm
Raw Normal View History

1984-12-14 15:52:15 +00:00
.define __exit
.sect .text
.sect .rom
.sect .data
.sect .bss
1984-12-14 15:52:15 +00:00
.extern __exit
.sect .text
1984-12-14 15:52:15 +00:00
__exit: move.w #0x1,d0
move.w 4(sp),a0
trap #0