Mercurial > hg > Members > kono > nitros9-code
view level2/modules/piper.asm @ 1254:5bced1e03639
Changed to new naming convention
author | boisy |
---|---|
date | Sun, 17 Aug 2003 16:25:29 +0000 |
parents | 5126a1921409 |
children |
line wrap: on
line source
******************************************************************** * Piper - Pipe device driver * * $Id$ * * Ed. Comments Who YY/MM/DD * ------------------------------------------------------------------ * 2 Original OS-9 L2 Tandy distribution nam Piper ttl Pipe null driver * Disassembled 98/08/23 20:57:40 by Disasm v1.6 (C) 1988 by RML ifp1 use defsfile endc tylg set Drivr+Objct atrv set ReEnt+rev rev set $01 edition set 2 mod eom,name,tylg,atrv,start,size u0000 rmb 6 size equ . fcb READ.+WRITE. name fcs /Piper/ fcb edition start equ * Init clrb rts nop Read clrb rts nop Write clrb rts nop GetStat clrb rts nop SetStat clrb rts nop Term clrb rts emod eom equ * end