1: / error	= alarm(seconds);
   2: /	  unsigned seconds;
   3: 
   4: .globl  _alarm
   5: .globl  cerror
   6: 
   7: _alarm:
   8:         mov     r5,-(sp)
   9:         mov     sp,r5
  10:         mov     4(r5),r0
  11:         sys     alarm
  12:         bec     1f
  13:         jmp     cerror
  14: 1:
  15:         mov     (sp)+,r5
  16:         rts     pc

Defined functions

_alarm declared in line 4; defined in line 7; used 181 times
Last modified: 1982-12-11
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 645
Valid CSS Valid XHTML 1.0 Strict