1: / C library -- abort
   2: 
   3: .globl  _abort
   4: iot     = 4
   5: 
   6: _abort:
   7:         mov     r5,-(sp)
   8:         mov     sp,r5
   9:         iot
  10:         mov     (sp)+,r5
  11:         rts     pc

Defined functions

_abort declared in line 3; defined in line 6; used 3 times
Last modified: 1975-05-14
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 482
Valid CSS Valid XHTML 1.0 Strict