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

  1.     IFND    REXX_REXXIO_I
  2. REXX_REXXIO_I    EQU    1
  3. *    $Filename: rexx/rexxio.i $
  4. *    $Release: 2.04 Includes, V37.4 $
  5. *    $Revision: 1.8 $
  6. *    $Date: 91/11/08 $
  7. *    Include file for Input/Output related structures
  8. *    (C) Copyright 1986,1987,1988,1989,1990 William S. Hawes.
  9. *    (C) Copyright 1990-1991 Commodore-Amiga, Inc.
  10. *        All Rights Reserved
  11.     IFND    REXX_STORAGE_I
  12.     INCLUDE    "rexx/storage.i"
  13.     ENDC
  14. RXBUFFSZ    EQU    204
  15.     RSRESET
  16. IoBuff    rs.b    RRSIZEOF
  17. iobRpt    rs    2
  18. iobRct    rs    2
  19. iobDFH    rs    2
  20. iobLock    rs    2
  21. iobBct    rs    2
  22. iobArea    rs.b    RXBUFFSZ
  23. iobSIZEOF    rs.b    0
  24. IOBNAME    EQU    LN_NAME
  25. IOBMODE    EQU    rr_Arg1
  26. IOBEOF    EQU    rr_Arg1+1
  27. IOBPOS    EQU    rr_Arg2
  28. RXIO_EXIST    EQU    -1
  29. RXIO_STRF    EQU    0
  30. RXIO_READ    EQU    1
  31. RXIO_WRITE    EQU    2
  32. RXIO_APPEND    EQU    3
  33. RXIO_BEGIN    EQU    -1
  34. RXIO_CURR    EQU    0
  35. RXIO_END    EQU    1
  36. LLOFFSET    EQU    rr_Arg1
  37. LLVERS    EQU    rr_Arg2
  38. CLVALUE    EQU    rr_Arg1
  39.     RSRESET
  40. RexxMsgPort    rs.b    RRSIZEOF
  41. rmp_Port    rs.b    MP_SIZE
  42. rmp_ReplyList    rs.b    LH_SIZE
  43. rmp_SIZEOF    rs.b    0
  44. DT_DEV    EQU    0
  45. DT_DIR    EQU    1
  46. DT_VOL    EQU    2
  47. ACTION_STACK    EQU    2002
  48. ACTION_QUEUE    EQU    2003
  49.     ENDC
  50.