6043982eb0c75d3908c7e641784dd10ca840b7ab
[fw/sdcc] / sim / ucsim / doc / cmd.html
1 <html>
2 <head>
3 <title>Commands of s51</title>
4 </head>
5
6 <body bgcolor="white">
7
8 <h1>Command reference of ucsim</h1>
9
10
11 <a href="cmd_general.html">General commands and information</a>
12
13 <ul><li><a href="cmd_general.html#h"><b>help,?</b> Help about
14 commands</a> (<font color="#ff2211">changed 0.2.38</font>)
15
16 <li><a href="cmd_general.html#show"><b>show</b> Show different kind of
17 information</a> (<font color="#ff2211">since 0.1.3</font>) (<font
18 color="#ff2211">changed 0.2.38</font>)
19
20 <li><a href="cmd_general.html#file"><b>file,load</b> Load FILE into
21 ROM</a>
22
23 <li><a href="cmd_general.html#dl"><b>download,dl</b> Download (intel
24 hex) data</a>
25
26 <li><a href="cmd_general.html#q"><b>quit</b> Quit</a> (<font
27 color="cmd_general.html#ff2211">changed 0.2.12</font>)
28
29 <li><a href="cmd_general.html#kill"><b>kill</b> Shut down the
30 simulator</a> (<font color="#ff2211">since 0.2.12</font>)
31
32 <li><a href="cmd_general.html#reset"><b>reset</b> Reset
33
34 <li><a href="cmd_general.html#where"><b>where,Where</b> Search for
35 data in memory</a> (<font color="#ff2211">since 0.2.38</font>)
36
37 <li><a href="cmd_general.html#conf"><b>conf</b> Configuration</a>
38
39 <li><a href="cmd_general.html#state"><b>state</b> State of
40 simulator</a>
41
42 <li><a href="cmd_general.html#info"><b>info</b> Information</a> (<font
43 color="#ff2211">changed 0.2.38</font>)
44
45 <li><a href="cmd_general.html#timer"><b>timer</b> Managing timers to
46 measure execution time and profiling</a>
47
48 <li><a href="cmd_general.html#set"><b>set</b> Set various things</a>
49 (<font color="#ff2211">since 0.2.38</font>)
50
51 <li><a href="cmd_general.html#get"><b>get</b> Get various things</a>
52 (<font color="#ff2211">since 0.2.38</font>)
53
54 <li><a href="cmd_general.html#fill"><b>fill</b> Fill memory region
55 with data</a> (<font color="#ff2211">since 0.2.38</font>)
56
57 </ul>
58
59
60 <a href="cmd_exec.html">Execution</a>
61
62 <ul><li><a href="cmd_exec.html#stop"><b>stop</b> Stop</a> (<font
63 color="#ff2211">since 0.2.12</font>)
64
65 <li><a href="cmd_exec.html#step"><b>s,step</b> Step</a> (<font
66 color="pink">renamed from <b>s</b> 0.2.38</font>)
67
68 <li><a href="cmd_exec.html#n"><b>n,next</b> Next</a>
69
70 <li><a href="cmd_exec.html#pc"><b>pc</b> Set/get PC</a> (<font
71 color="#ff2211">since 0.1.5</font>)
72
73 <li><a href="cmd_exec.html#run"><b>r,run,go</b> Go</a> (<font
74 color="#ff2211">since 0.2.20</font>) (<font color="#ff2211">changed
75 0.2.38</font>)
76
77 </ul>
78
79
80 <a href="cmd_bp.html">Breakpoints</a>
81
82 <ul><li><a href="cmd_bp.html#break"><b>break</b> Set fix
83 breakpoint</a> (<font color="#ff2211">changed 0.2.38</font>)
84
85 <li><a href="cmd_bp.html#tbreak"><b>tbreak</b> Set temporary
86 breakpoint</a> (<font color="#ff2211">changed 0.2.38</font>)
87
88 <li><a href="cmd_bp.html#clear"><b>clear</b> Clear fix breakpoint</a>
89
90 <li><a href="cmd_bp.html#delete"><b>delete</b> Delete
91 breakpoint(s)</a>
92
93 </ul>
94
95
96 <a href="cmd_dump.html">Dump commands</a>
97
98 <ul><li><a href="cmd_dump.html#dump"><b>dump</b> Dump memory or bits</a>
99 (<font color="#ff2211">since 0.2.38</font>)
100
101 <li><a href="cmd_dump.html#disassemble"><b>disassemble</b>
102 Disassemble</a>
103
104 <li><a href="cmd_dump.html#dc"><b>dc</b> Dump code in disass
105 format</a>
106
107 <li><a href="cmd_dump.html#dch"><b>dch</b> Dump code in hex format</a>
108
109 <li><a href="cmd_dump.html#di"><b>di</b> Dump Internal RAM</a>
110
111 <li><a href="cmd_dump.html#dx"><b>dx</b> Dump External RAM</a>
112
113 <li><a href="cmd_dump.html#ds"><b>ds</b> Dump SFR</a>
114
115 </ul>
116
117
118 <a href="cmd_removed.html">Removed obsolet commands</a>
119
120 <ul><li><a href="cmd_removed.html#wi">wi,Wi</a> Search for string in
121 Internal RAM (<font color="#ff2211">removed 0.2.38, use <a
122 href="cmd_general.html#where">where,Where</a> instead</font>)
123
124 <li><a href="cmd_removed.html#wx">wx,Wx</a> Search for string in
125 External RAM (<font color="#ff2211">removed 0.2.38, use <a
126 href="cmd_general.html#where">where,Where</a> instead</font>)
127
128 <li><a href="cmd_removed.html#wc">wc,Wc</a> Search for string in ROM
129 (<font color="#ff2211">removed 0.2.38, use <a
130 href="cmd_general.html#where">where,Where</a> instead</font>)
131
132 <li><a href="cmd_removed.html#gopt">gopt</a> Get value of option(s)
133 (<font color="#ff2211">removed 0.2.38, use <a
134 href="cmd_general.html#get_option">get option</a> instead</font>)
135
136 <li><a href="cmd_removed.html#sopt">sopt</a> Set value of option
137 (<font color="#ff2211">removed 0.2.38, use <a
138 href="cmd_set.html#set_option">set option</a> instead</font>)
139
140 <li><a href="cmd_removed.html#g">g Go</a> (<font
141 color="#ff2211">changed 0.2.12</font>) (<font color="#ff2211">removed
142 0.2.38, use <a href="cmd_exec.html#run">run</a> instead</font>)
143
144 <li>bs Set FETCH Breakpoint (<font color="#ff2211">removed 0.2.20, use
145 <a href="cmd_bp.html#break">break</a> or <a
146 href="cmd_bp.html#tbreak">tbreak</a> instead</font>)
147
148 <li><a href="cmd_removed.html#bse">bse</a> Set EVENT Breakpoint (<font
149 color="#ff2211">removed 0.2.38, use <a
150 href="cmd_bp.html#break">break</a> or <a
151 href="cmd_bp.html#tbreak">tbreak</a> instead</font>)
152
153 <li>bd Delete FETCH Breakpoint (<font color="#ff2211">removed
154 0.2.20</font>, use <a href="cmd_bp.html#clear">clear</a> instead)
155
156 <li><a href="cmd_removed.html#bde">bde</a> Delete EVENT Breakpoint
157 (<font color="#ff2211">removed 0.2.38, use <a
158 href="cmd_bp.html#delete">delete</a> instead</font>)
159
160 <li><a href="cmd_removed.html#ba">ba</a> Delete all breakpoints (<font
161 color="#ff2211">removed 0.2.38, use <a
162 href="cmd_bp.html#delete">delete</a> instead</font>)
163
164 <li>bl List Breakpoints (<font color="#ff2211">removed 0.2.20, use <a
165 href="cmd_bp.html#info">info breakpoints</a> instead</font>)
166
167 <li>dr Dump registers (<font color="#ff2211">removed 0.2.37</font>,
168 use <a href="cmd_general.html#info_reg">info registers</a> instead)
169
170 <li><a href="cmd_removed.html#dp">dp</a> Dump ports (<font
171 color="#ff2211">removed 0.2.38, use <a
172 href="cmd_general.html#info_hw">info hardware</a> instead</font>)
173
174 <li><a href="cmd_removed.html#si">si</a> Set Internal RAM</a> (<font
175 color="#ff2211">removed 0.2.38, use <a href="cmd_set.html#set_mem">set
176 memory</a> instead</font>)
177
178 <li><a href="cmd_removed.html#sx">sx</a> Set External RAM</a> (<font
179 color="#ff2211">removed 0.2.38, use <a href="cmd_set.html#set_mem">set
180 memory</a> instead</font>)
181
182 <li><a href="cmd_removed.html#sc">sc</a> Set code (ROM)</a> (<font
183 color="#ff2211">removed 0.2.38, use <a href="cmd_set.html#set_mem">set
184 memory</a> instead</font>)
185
186 <li><a href="cmd_removed.html#ss">ss</a> Set SFR area</a> (<font
187 color="#ff2211">removed 0.2.38, use <a href="cmd_set.html#set_mem">set
188 memory</a> instead</font>)
189
190 <li><a href="cmd_removed.html#sb">sb</a> Set bit</a> (<font
191 color="#ff2211">removed 0.2.38, use <a href="cmd_set.html#set_bit">set
192 bit</a> instead</font>)
193
194 <li><a href="cmd_removed.html#fi">fi</a> Fill IRAM area with data
195 (<font color="#ff2211">removed 0.2.38, use <a
196 href="cmd_general.html#fill">fill</a> instead</font>)
197
198 <li><a href="cmd_removed.html#fx">fx</a> Fill XRAM area with data
199 (<font color="#ff2211">removed 0.2.38, use <a
200 href="cmd_general.html#fill">fill</a> instead</font>)
201
202 <li><a href="cmd_removed.html#fs">fs</a> Fill SFR area with data
203 (<font color="#ff2211">removed 0.2.38, use <a
204 href="cmd_general.html#fill">fill</a> instead</font>)
205
206 <li><a href="cmd_removed.html#fc">fc</a> Fill ROM area with data
207 (<font color="#ff2211">removed 0.2.38, use <a
208 href="cmd_general.html#fill">fill</a> instead</font>)
209
210 <li><a href="cmd_removed.html#db">db</a> Dump bit</a> (<font
211 color="#ff2211">removed 0.2.38, use <a
212 href="cmd_set.html#dump">dump</a> instead</font>)
213
214 <li><a href="cmd_removed.html#sp">sp</a> Set port pins</a> (<font
215 color="#ff2211">removed 0.2.38, use <a
216 href="cmd_set.html#set_port">set port</a> instead</font>)
217
218 </ul>
219
220 <hr>
221
222 </body>
223 </html>