home *** CD-ROM | disk | FTP | other *** search
- IFND DOS_DOS_LIB_I
- DOS_DOS_LIB_I EQU 1
- * $Filename: dos/dos_lib.i $
- * $Release: 2.04 Includes, V37.4 $
- * $Revision: 36.1 $
- * $Date: 90/11/04 $
- * Library interface offsets for DOS library
- * (C) Copyright 1985-1991 Commodore-Amiga, Inc.
- * All Rights Reserved
- * This file was modified for the Optimizing Macro Assembler:
- * Includes lvo/dos.i and defines CALLDOS macro.
- reserve EQU 4
- vsize EQU 6
- count SET -vsize*(reserve+1)
- LIBENT MACRO
- _LVO\1 EQU count
- count SET count-vsize
- ENDM
- IFND LVO_DOS_I
- INCLUDE "lvo/dos.i"
- ENDC
- CALLDOS MACRO
- move.l _DOSBase,a6
- jsr _LVO\1(a6)
- ENDM
- ENDC
-