view 3rdparty/fmgrs/msf/msfdesc.asm @ 2858:632187a1083e lwtools-port

Spell DNum consistently Although the relevant files are built case-insensitive the inconsistent spelling looks ugly and makes reading and searching more difficult. Thanks to Bob Devries for pointing this out.
author Tormod Volden <debian.tormod@gmail.com>
date Sat, 13 Jul 2013 12:06:44 +0200
parents b8c7b7fbf3c9
children a7c66ffbec7c
line wrap: on
line source

         IFP1            
Level    set   2         
         use   defsfile   
         ENDC            

**************************************************************
* Device Descriptors for MSDos drives
*

         mod   lenB,namB,DEVIC+OBJCT,REENT+1,mgrB,dvrB

         fcb   $ff        all modes
         fcb   7          extended port address
         fdb   $ff40      port address
         fcb   optB-*-1   option table size
         fcb   DT.RBF     this is a RBF device
         fcb   DNum       this is drive dnum to the controller
         fcb   3          step rate
         fcb   %01000000+MSDOS. non standard type
         fcb   density   
         fdb   tracks    
         fcb   sides     
         fcb   1          verify
optB     equ   *         

         IFEQ  density&%100 ..not hi density
namB     fcb   dnam,DNum+48+%10000000 device name
         ELSE            
namB     fcb   dnam,'H,DNum+48+%10000000 add H to device name
         ENDC            

mgrB     fcs   /MSF/     
dvrB     fcs   /SDISK3/  

         emod            
lenB     equ   *         
         end