home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V6 / usr / source / tmg / tmgb / trace.s < prev    next >
Encoding:
Text File  |  1975-05-13  |  156 b   |  15 lines

  1. i = r3
  2. .globl putch,putoct
  3. .globl trswitch
  4. .globl trace
  5.  
  6. trace:
  7.     jsr    pc,putch
  8.     mov    i,r0
  9.     jsr    pc,putoct
  10.     mov    $'\n,r0
  11.     jsr    pc,putch
  12.     rts    pc
  13. .data
  14. trswitch:    0
  15.