ack/mach/i386/libsys/_exit.s

8 lines
121 B
ArmAsm
Raw Normal View History

1989-10-10 11:40:55 +00:00
.sect .text; .sect .rom; .sect .data; .sect .bss
.define __exit
.sect .text
__exit:
mov ax,1
callf 0x7:0x0
jmp cerror