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

11 lines
145 B
ArmAsm

.sect .text; .sect .rom; .sect .data; .sect .bss
.define _getpgrp
.sect .text
_getpgrp:
xor ax,ax
push ax
mov ax,39
call syscal
pop bx
ret