view level1/modules/nil.asm @ 508:02a8ba2b9092

Added headers to most source files, added clock2_bb.asm
author boisy
date Thu, 10 Oct 2002 14:56:02 +0000
parents 6641a883d6b0
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