annotate docs/nitros9guide/echo.refentry @ 2772:0a3f4d8ea6d5

Found ENDC in wrong location in dwread.asm and dwwrite.asm. Corrected. Moved the native 6309 code in dwread.asm and dwwrite.asm into the H6309 labeled area and changed IFEQ H6309 to IFNE H6309. Also moved the 57600bps 6809 code to the default location. This change had been done in the old dwread.asm and dwwrite.asm files to make it easier to follow. Though these two files were overwritten from the HDBDOS project dwread.asm and dwwrite.asm files. So this conversion needed to be done again so it made the source easier to follow.
author drencor-xeen
date Wed, 23 Jan 2013 12:36:55 -0600
parents b00cf13c9f61
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
138
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
1 <refentry id="echo">
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
2 <refnamediv>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
3 <refname>ECHO</refname>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
4 <refpurpose>Echo text to output path</refpurpose>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
5 </refnamediv>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
6
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
7 <refsynopsisdiv>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
8 <cmdsynopsis>
1093
4dae346c4969 Added crossreferences and lowercased synopsises
roug
parents: 975
diff changeset
9 <command>echo</command>
138
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
10 <arg choice="plain">
975
c565a4700689 The entitity replstart was replaced with <replaceable>
roug
parents: 138
diff changeset
11 <replaceable>text</replaceable>
138
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
12 </arg>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
13 </cmdsynopsis>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
14 </refsynopsisdiv>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
15
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
16 <refsect1><title>Description</title>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
17 <para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
18 This command echoes its argument to the standard output path. It is
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
19 typically used to generate messages in shell procedure files or to
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
20 send an initialization character sequence to a terminal. The text
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
21 should not include any of the punctuation characters used by the
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
22 shell.
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
23 </para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
24 </refsect1>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
25 <refsect1><title>Examples</title>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
26 <screen>
1500
b00cf13c9f61 Major changes for new NitrOS-9 manual
boisy
parents: 1093
diff changeset
27 echo &gt;/t2 Hello John how's it going &amp; (echo to t2)
138
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
28
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
29 echo &gt;/term ** warning ** disk about to be scratched 1
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
30
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
31 echo &gt;/p Listing of Transaction File; list trans &gt;/p
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
32
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
33
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
34 OS9: echo Here is an important message!
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
35 Here is an important message!
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
36 </screen>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
37 </refsect1>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
38 </refentry>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
39