home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V6 / usr / source / s4 / abort.s next >
Encoding:
Text File  |  1975-05-13  |  105 b   |  12 lines

  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
  12.