home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 066.lha / MidiDev / Libsrc / unlockba.asm < prev   
Encoding:
Assembly Source File  |  1986-11-20  |  148 b   |  10 lines

  1.     public    _MidiBase,_LVOUnlockMidiBase
  2.  
  3. ; UnlockMidiBase()
  4.  
  5.     public    _UnlockMidiBase
  6. _UnlockMidiBase
  7.     move.l    _MidiBase,a6
  8.     jmp    _LVOUnlockMidiBase(a6)
  9.  
  10.