view level1/modules/nil.asm @ 1287:10957d54bf16

Made all modules rev 0
author boisy
date Sat, 30 Aug 2003 20:16:51 +0000
parents 02a8ba2b9092
children d13864ef3317
line wrap: on
line source

********************************************************************
* Nil - VRN (VIRQ/RAM/Nil driver) device descriptor
*
* $Id$
*
* Ed.    Comments                                       Who YY/MM/DD
* ------------------------------------------------------------------

         nam   Nil
         ttl   VRN (VIRQ/RAM/Nil driver) device descriptor

         ifp1  
         use   defsfile
         endc  

Edtn     equ   1
Vrsn     equ   1

         mod   ModSize,DvcNam,Devic+Objct,ReEnt+Vrsn,MgrNam,DrvNam

         fcb   UPDAT.     access mode(s)
         fcb   $07        hardware page
         fdb   $FF00      hardware port
         fcb   OptSize
OptStart fcb   DT.SCF
OptSize  equ   *-OptStart
MgrNam   fcs   "SCF"
DrvNam   fcs   "VRN"
DvcNam   fcs   "Nil"
         fcb   Edtn

         emod  
ModSize  equ   *
         end