home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / useful / util / libs / reqtools / glue / dice / dlibsource.lha / src / rtUnlockWindow.asm < prev    next >
Encoding:
Assembly Source File  |  1992-07-09  |  150 b   |  16 lines

  1.  
  2.     INCLUDE    "reqtools.i"
  3.  
  4.     XDEF    _rtUnlockWindow
  5.  
  6. _rtUnlockWindow:
  7.  
  8.     move.l    a6,-(a7)
  9.     RTB
  10.     movem.l    8(a7),a0/a1
  11.     jsr    -162(a6)
  12.     move.l    (a7)+,a6
  13.     rts
  14.  
  15.     END
  16.