1: / C library -- execl
   2: 
   3: / execl(file, arg1, arg2, ... , 0);
   4: /
   5: 
   6: .globl  _execl, cerror
   7: 
   8: _execl:
   9:         mov     r5,-(sp)
  10:         mov     sp,r5
  11:         mov     4(r5),0f
  12:         mov     r5,r0
  13:         add     $6,r0
  14:         mov     r0,0f+2
  15:         sys     0; 9f
  16:         jmp     cerror
  17: .data
  18: 9:
  19:         sys     exec; 0:..; ..
Last modified: 1975-05-14
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 783
Valid CSS Valid XHTML 1.0 Strict