Mercurial > hg > Members > kono > nitros9-code
diff level1/modules/piper.asm @ 0:6641a883d6b0
Initial revision
author | boisy |
---|---|
date | Thu, 04 Apr 2002 16:34:12 +0000 |
parents | |
children | 668388823050 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/level1/modules/piper.asm Thu Apr 04 16:34:12 2002 +0000 @@ -0,0 +1,57 @@ +******************************************************************** +* Piper - Pipe device driver +* +* $Id$ +* +* Ed. Comments Who YY/MM/DD +* ------------------------------------------------------------------ +* 2 Tandy/Microware original version + + nam Piper + ttl Pipe device driver + +* Disassembled 98/08/23 17:31:20 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,Init,size + +u0000 rmb 6 +size equ . + fcb $03 + +name fcs /Piper/ + fcb edition + +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 *