view level1/modules/pipe.asm @ 201:668388823050

Fixed headers to be consistent
author boisy
date Mon, 15 Jul 2002 03:52:49 +0000
parents 930cd4ab346b
children 132859392c04
line wrap: on
line source

********************************************************************
* Pipe - PipeMan device descriptor
*
* $Id$
*
* Ed.    Comments                                       Who YY/MM/DD
* ------------------------------------------------------------------
*        From Tandy OS-9 Level One VR 02.00.00

         nam   Pipe
         ttl   PipeMan device descriptor

* Disassembled 98/08/23 21:15:32 by Disasm v1.6 (C) 1988 by RML

         ifp1  
         use   defsfile
         use   pipedefs
         endc  

tylg     set   Devic+Objct
atrv     set   ReEnt+rev
rev      set   $01

         mod   eom,name,tylg,atrv,mgrnam,drvnam

         fcb   READ.+WRITE. mode byte
         fcb   $00        extended controller address
         fdb   $0000      physical controller address
         fcb   initsize-*-1 initilization table size
         fcb   DT.Pipe    device type:0=scf,1=rbf,2=pipe,3=scf
initsize equ   *

name     fcs   /Pipe/
mgrnam   fcs   /PipeMan/
drvnam   fcs   /Piper/

         emod  
eom      equ   *
         end