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

  1. .globl release
  2. .globl discard
  3. .globl iget,succ
  4.  
  5. discard:
  6.     jsr    pc,iget
  7.     mov    (r0),r1
  8.     jsr    pc,release
  9.     jmp    succ
  10.