view level1/modules/nil.asm @ 2668:07441dfebc27 lwtools-port

Make tocgen build with lwasm lwasm does not treat a trailing colon as part of the symbol name. Removed trailing colons on symbol references.
author William Astle <lost@l-w.ca>
date Sun, 10 Jun 2012 13:35:44 -0600
parents 710da4efaaee
children
line wrap: on
line source

********************************************************************
* Nil - VRN (VIRQ/RAM/Nil driver) device descriptor
*
* $Id$
*
* Edt/Rev  YYYY/MM/DD  Modified by
* Comment
* ------------------------------------------------------------------

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

         ifp1  
         use   defsfile
         endc  

Edtn     equ   1
rev      equ   0

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

         fcb   UPDAT.     access mode(s)
         fcb   HW.Page    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