1: / pipe -- C library
   2: 
   3: /	pipe(f)
   4: /	int f[2];
   5: 
   6: .globl  _pipe, cerror
   7: 
   8: pipe = 42.
   9: 
  10: _pipe:
  11:         mov     r5,-(sp)
  12:         mov     sp,r5
  13:         sys     pipe
  14:         bec     1f
  15:         jmp     cerror
  16: 1:
  17:         mov     4(r5),r2
  18:         mov     r0,(r2)+
  19:         mov     r1,(r2)
  20:         clr     r0
  21:         mov     (sp)+,r5
  22:         rts     pc

Defined functions

_pipe declared in line 6; defined in line 10; used 3 times
pipe defined in line 8; used 1 times
  • in line 13
Last modified: 1975-05-14
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 514
Valid CSS Valid XHTML 1.0 Strict