diff level1/cmds/tee.a @ 1758:a8bb0834424e

commented backup
author boisy
date Sat, 26 Mar 2005 16:50:19 +0000
parents 28d21787be81
children dc2597886264
line wrap: on
line diff
--- a/level1/cmds/tee.a	Fri Mar 25 20:57:47 2005 +0000
+++ b/level1/cmds/tee.a	Sat Mar 26 16:50:19 2005 +0000
@@ -16,9 +16,9 @@
 	.include	"/Users/boisy/Projects/nitros9/defs/syscall.d"
 	.include	"/Users/boisy/Projects/nitros9/defs/module.d"
 
-         .module   tee,Prgrm+Objct,ReEnt+1,3,dsize
+         .module	Tee,Prgrm+Objct,ReEnt+0,start,dsize
 
-	.area	DATA
+	.area	_DATA
 
 u0000:    .blkb   1
 parray:   .blkb   13
@@ -27,8 +27,10 @@
           .blkb   450
 dsize     ==      .
 
+	.area	_CODE
+
 start:   clrb  
-         clr   pcount,u		; clear path counter
+         clr   <pcount,u		; clear path counter
          cmpy  #0h0000		; any parameters?
          lbeq  exitok		; exit if none
          leay  parray,u		; else point Y to path array