Files
Arquivotheca.SunOS-4.1.3/lib/libc/sys/common/m68k/pipe.s
seta75D 2e8a93c394 Init
2021-10-11 18:20:23 -03:00

19 lines
229 B
ArmAsm

/* @(#)pipe.s 1.1 92/07/30 SMI; from UCB 4.1 82/12/04 */
#include "SYS.h"
SYSCALL(pipe)
#if vax
movl 4(ap),r2
movl r0,(r2)+
movl r1,(r2)
clrl r0
#endif
#if sun
movl PARAM,a0
movl d0,a0@+
movl d1,a0@
clrl d0
#endif
RET