ack/mach/i386/libsys/_exit.s
1989-10-10 11:40:55 +00:00

8 lines
121 B
ArmAsm

.sect .text; .sect .rom; .sect .data; .sect .bss
.define __exit
.sect .text
__exit:
mov ax,1
callf 0x7:0x0
jmp cerror