Mercurial > hg > Members > kono > nitros9-code
comparison level1/cmds/tee.a @ 2782:aaba193af04f lwtools-port
Updated code to use lwasm/lwlink
author | Boisy Pitre <boisy.pitre@nuance.com> |
---|---|
date | Sat, 26 Jan 2013 08:26:31 -0600 |
parents | a51439f6b206 |
children |
comparison
equal
deleted
inserted
replaced
2779:3c95627d0ca9 | 2782:aaba193af04f |
---|---|
17 use defsfile.d | 17 use defsfile.d |
18 | 18 |
19 rev set $00 | 19 rev set $00 |
20 edition set 2 | 20 edition set 2 |
21 | 21 |
22 psect tee_a,Prgrm+Objct,ReEnt+rev,edition,200,start | 22 section data |
23 | |
24 vsect dp | |
25 u0000 rmb 1 | 23 u0000 rmb 1 |
26 parray rmb 13 | 24 parray rmb 13 |
27 pcount rmb 1 | 25 pcount rmb 1 |
28 buff rmb 200 | 26 buff rmb 200 |
29 endsect | 27 endsect |
28 | |
29 * psect tee_a,Prgrm+Objct,ReEnt+rev,edition,200,start | |
30 section text | |
30 | 31 |
31 start clrb | 32 start clrb |
32 clr pcount clear path counter | 33 clr pcount clear path counter |
33 cmpy #$0000 any parameters? | 34 cmpy #$0000 any parameters? |
34 lbeq exitok exit if none | 35 lbeq exitok exit if none |