home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Assembler / TFF-AOB.DMS / in.adf / Release2.0 / LVO2.0.lha / LVO2.0 / asl_lib.i next >
Encoding:
Text File  |  1993-03-07  |  326 b   |  21 lines

  1. ; ASM-One - asl_lib.i
  2. ; (Release 2.0)
  3. ;
  4. ; by SCHWARZENEGGER/R.A.F
  5.  
  6. _LVOAllocFileRequest    EQU    -30
  7. _LVOFreeFileRequest    EQU    -36
  8. _LVORequestFile    EQU    -42
  9. _LVOAllocAslRequest    EQU    -48
  10. _LVOFreeAslRequest    EQU    -54
  11. _LVOAslRequest    EQU    -60
  12.  
  13. CALLASL    MACRO
  14.     move.l    _AslBase,a6
  15.     jsr    _LVO\1(a6)
  16.     ENDM
  17.  
  18. ASLNAME    MACRO
  19.     dc.b    'asl.library',0
  20.     ENDM
  21.