home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Assembler / wst!oma3.lha / OMA / Include / dos / dos_lib.i < prev    next >
Encoding:
Text File  |  1994-12-23  |  593 b   |  27 lines

  1.     IFND    DOS_DOS_LIB_I
  2. DOS_DOS_LIB_I    EQU    1
  3. *    $Filename: dos/dos_lib.i $
  4. *    $Release: 2.04 Includes, V37.4 $
  5. *    $Revision: 36.1 $
  6. *    $Date: 90/11/04 $
  7. *    Library interface offsets for DOS library
  8. *    (C) Copyright 1985-1991 Commodore-Amiga, Inc.
  9. *        All Rights Reserved
  10. *    This file was modified for the Optimizing Macro Assembler:
  11. *        Includes lvo/dos.i and defines CALLDOS macro.
  12. reserve    EQU    4
  13. vsize    EQU    6
  14. count    SET    -vsize*(reserve+1)
  15. LIBENT    MACRO
  16. _LVO\1    EQU    count
  17. count    SET    count-vsize
  18.     ENDM
  19.     IFND    LVO_DOS_I
  20.     INCLUDE    "lvo/dos.i"
  21.     ENDC
  22. CALLDOS    MACRO
  23.     move.l    _DOSBase,a6
  24.     jsr    _LVO\1(a6)
  25.     ENDM
  26.     ENDC
  27.