home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Amiga / Workbench / Patches / ksc_ExpLoad.lha / ExpLoad.asm < prev    next >
Assembly Source File  |  1997-02-28  |  246b  |  14 lines

  1. ; ExpLoad 1.0 : explode.library preloader
  2. ; by Kyzer/CSG
  3. ; $VER: ExpLoad 1.0 (28.02.97)
  4. ;
  5.     incdir    include:
  6.     include    lvo/exec_lib.i
  7.  
  8.     move.l    4.w,a6
  9.     lea    epdname(pc),a1
  10.     jsr    _LVOOldOpenLibrary(a6)
  11.     moveq    #0,d0
  12.     rts
  13. epdname    dc.b    'explode.library',0
  14.