1: / getpid -- get process ID
   2: 
   3: getpid  = 20.
   4: 
   5: .globl  _getpid
   6: 
   7: _getpid:
   8:         mov     r5,-(sp)
   9:         mov     sp,r5
  10:         sys     getpid
  11:         mov     (sp)+,r5
  12:         rts     pc

Defined functions

_getpid declared in line 5; defined in line 7; used 7 times
getpid defined in line 3; used 1 times
  • in line 10
Last modified: 1975-05-14
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 503
Valid CSS Valid XHTML 1.0 Strict