Imported Upstream version 2.9.0
[debian/cc1111] / sim / ucsim / doc / cmd_set.html
1 <html>
2 <head>
3 <title>Set commands of &micro;Csim</title>
4 </head>
5
6 <body bgcolor="white">
7
8                                                                   <!-- SET -->
9
10 <h2>Set commands</h2>
11
12 Set commands can be used to set value of memory cells, bits, or port
13 pins. Those commands that set value of memory interpret their command
14 lines a litle bit different than other commands. First parameter is
15 always the start address of the memory area which is being set. This
16 parameter is followed by a list of data parameters. Data can be
17 specified by a number. Numbers must begin with a digit. Each number
18 specifies one byte of data. If the parameter begins with a non-digit
19 character, it is interpreted as string of characters and this kind of
20 parameter specifies as many bytes as many characters the string
21 has. Strings can contain escape sequencies (see description of <a
22 href="cmd_general.html#wi"><b>wi</b></a> command where escape
23 sequencies are discussed) but they can not contain spaces because
24 space characters (space, tabulator and vertical tabulator) separates
25 parameters. Spaces can be specified as escape sequences or separated
26 number parameters if needed. Only space characters separate data
27 parameters while normaly comma (<tt>,</tt>) and semicolon (<tt>;</tt>)
28 are interpreted as separator characters too.
29
30
31 <hr>
32
33 </body>
34 </html>