view defs/rfmdefs @ 2593:4c3c19ec3257

Added second vhd drive for MESS version 144 and newer. Will not alter performance with older versions of MESS.
author robertgault
date Sat, 24 Dec 2011 13:01:17 +0000
parents 771ed399d2cd
children
line wrap: on
line source

********************************************************************
* RFMDefs - Remote File Manager Definitions
*
*          2010/02/20  AAW
* initial version

               NAM       RFMDefs
               TTL       Remote File Manager Definitions

DW.create  EQU $01
DW.open EQU $02
DW.makdir EQU $03
DW.chgdir EQU $04
DW.delete EQU $05
DW.seek EQU $06
DW.read EQU $07
DW.write EQU $08
DW.readln EQU $09
DW.writln EQU $0A
DW.getstt EQU $0B
DW.setstt EQU $0C
DW.close EQU $0D

********************
* RFM Static Storage

               ORG       V.USER
V.DWCMD        RMB       1                   last DW command sent
V.BUF          RMB       2                   pointer to buffer
V.PATHNAME     RMB       2		     pointer to pathname
V.PATHNAMELEN  RMB       2		     pathname length
V.RFM          EQU       .                   Total RFM manager static overhead