cd4f62a0fa01a5fa7f55b444dfd3ce3f33d5e278
[fw/sdcc] / sim / ucsim / doc / syntax.html
1 <html>
2 <head>
3 <title>Command syntax of uCsim</title>
4 </head>
5
6 <body bgcolor="white">
7
8 <h2>Command syntax of uCsim</h2>
9
10 <h3>Command names</h3>
11
12
13 <h3>Type of parameters</h3>
14
15 <h4>String</h4>
16
17 <h4>Bit</h4>
18
19 <h4>Array</h4>
20
21 <h4>Number</h4>
22
23 <p>Some commands accept parameters which in most cases can be
24 numbers. Numbers can be entered in C-style form. If the number begins
25 whith <tt><b>0x</b></tt> or <tt><b>0X</b></tt> it is interpreted as a
26 hexadecimal number. If it begins with <tt><b>0</b></tt> followed by
27 digits it is interpreted as octal number. In other cases it is
28 interpreted as decimal number.
29
30 <h4>Symbol</h4>
31
32
33 <h3>Interpretation of parameters</h3>
34
35 <h4>Address</h4>
36
37 <h4>Number</h4>
38
39 <h4>Data</h4>
40
41 <h4>String</h4>
42
43 <h4>Data list</h4>
44
45 <h4>Memory</h4>
46
47 <h4>Hardware element</h4>
48
49 <h4>Bit</h4>
50
51 <h4>
52
53 <hr>
54
55 </body>
56 </html>