Pixel graphics version of new logo created by Benedikt Freisen, as used for SourceFor...
[sdcc.git] / sdcc / sim / ucsim / docs / obsolete.html
blob3db97e6642e00336b7d4318c3843322b5922add9
1 <html>
2 <head>
3 <meta name="viewport" content="width=device-width, initial-scale=1" />
4 <meta content="text/html; charset=ISO-8859-2" http-equiv="content-type">
5 </head>
6 <body><a name="bl">
7 <h3>bl</h3>
8 </a>
9 List breakpoints. This command prints out information about every
10 fetch and then event breakpoints.
11 <pre>&gt; <font color="#118811">bl</font>
12 F 1(1) 000160 c2 CLR P1.0
13 D 2(2) 000180 02 LJMP 022a
14 F 1(1) 000006 wi
15 &gt; </pre>
16 First character on the list shows permanency of the
17 breakpoint. <b>F</b> means fix and <b>D</b> means dynamic. Second item
18 on the list is the hit number associated to breakpoint. After that
19 between the parentheses there is the actual value of the hit
20 counter. If hit counter reaches zero, breakpoint is activated and hit
21 counter is preset with value of hit number. Next item is the
22 address. Next items are different for fetch and event breakpoints.
23 <p>Fetch breakpoints list hexadecimal code of instruction at
24 breakpoint's address and then disassembled instruction.
25 </p>
26 <p>Event breakpoints list identification of the event's type.
27 </p>
28 </body>
29 </html>