diff options
| author | Xavier ASUS <xavi92psx@gmail.com> | 2019-10-18 00:31:54 +0200 |
|---|---|---|
| committer | Xavier ASUS <xavi92psx@gmail.com> | 2019-10-18 00:31:54 +0200 |
| commit | 268a53de823a6750d6256ee1fb1e7707b4b45740 (patch) | |
| tree | 42c1799a9a82b2f7d9790ee9fe181d72a7274751 /sim/ucsim/doc/obsolete.html | |
| download | sdcc-gas-268a53de823a6750d6256ee1fb1e7707b4b45740.tar.gz | |
sdcc-3.9.0 fork implementing GNU assembler syntax
This fork aims to provide better support for stm8-binutils
Diffstat (limited to 'sim/ucsim/doc/obsolete.html')
| -rw-r--r-- | sim/ucsim/doc/obsolete.html | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/sim/ucsim/doc/obsolete.html b/sim/ucsim/doc/obsolete.html new file mode 100644 index 0000000..8d1370a --- /dev/null +++ b/sim/ucsim/doc/obsolete.html @@ -0,0 +1,28 @@ +<html> + <head> + <meta content="text/html; charset=ISO-8859-2" http-equiv="content-type"> + </head> + <body><a name="bl"> + <h3>bl</h3> + </a> + List breakpoints. This command prints out information about every + fetch and then event breakpoints. + <pre>> <font color="#118811">bl</font> +F 1(1) 000160 c2 CLR P1.0 +D 2(2) 000180 02 LJMP 022a +F 1(1) 000006 wi +> </pre> + First character on the list shows permanency of the + breakpoint. <b>F</b> means fix and <b>D</b> means dynamic. Second item + on the list is the hit number associated to breakpoint. After that + between the parentheses there is the actual value of the hit + counter. If hit counter reaches zero, breakpoint is activated and hit + counter is preset with value of hit number. Next item is the + address. Next items are different for fetch and event breakpoints. + <p>Fetch breakpoints list hexadecimal code of instruction at + breakpoint's address and then disassembled instruction. + </p> + <p>Event breakpoints list identification of the event's type. + </p> + </body> +</html> |
