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

  1.     IFND    DOS_VAR_I
  2. DOS_VAR_I    EQU    1
  3. *    $Filename: dos/var.i $
  4. *    $Release: 2.04 Includes, V37.4 $
  5. *    $Revision: 36.12 $
  6. *    $Date: 91/03/14 $
  7. *    include file for dos local and environment variables
  8. *    (C) Copyright 1989-1991 Commodore-Amiga, Inc.
  9. *        All Rights Reserved
  10.     IFND    EXEC_NODES_I
  11.     INCLUDE    "exec/nodes.i"
  12.     ENDC
  13.     RSRESET
  14. LocalVar    rs.b    0
  15. lv_Node    rs.b    LN_SIZE
  16. lv_Flags    rs    1
  17. lv_Value    rs    2
  18. lv_Len    rs    2
  19. LocalVar_SIZEOF    rs.b    0
  20. LV_VAR    EQU    0
  21. LV_ALIAS    EQU    1
  22. LVB_IGNORE    EQU    7
  23. LVF_IGNORE    EQU    $80
  24.     BITDEF    GV,GLOBAL_ONLY,8
  25.     BITDEF    GV,LOCAL_ONLY,9
  26.     BITDEF    GV,BINARY_VAR,10
  27.     BITDEF    GV,DONT_NULL_TERM,11
  28.     ENDC
  29.