ack/mach/i86/libsys/_fork.s

12 lines
167 B
ArmAsm
Raw Normal View History

1990-01-19 17:05:29 +00:00
.sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
.define __fork
.extern __fork, cerror
__fork: int 0x82
jmp 1f
jae 2f
jmp cerror
1:
xor ax,ax
2:
ret