home *** CD-ROM | disk | FTP | other *** search
- \GH
- Syntax: GH [<address>]
- Use: Set hardware and code breakpoints and execute the program.
- Example: 'GH' executes the program with hardware breakpoints enabled.
- \HA
- Syntax: HA [?] [*] [+] [-]
- Use: HA ? displays, * clears, + enables, and - disables all hardware break-
- points.
- Example: 'HA ?' displays all hardware breakpoints.
- \HB
- Syntax: HB [<datatype> xxxx xxxx] [?] [*] [+] [-]
- Use: Set hardware data bit breakpoints.
- Example: 'HB LB 1000 xxx0' sets a data breakpoint for even values from 80H
- to 8EH as a low byte.
- \HC
- Syntax: HC [?] [*] [#<number>] [B-|B+|B!] [C-|C+|C!] [O-|O+|O!]
- [P-|P+\P!] [S-|S+|S!] [TB|TC|TT] [X<byte>]
- Use: Set hardware controls, including the pass counter, buffer capture,
- cycle count capture, overflow stop, probe cycle display, selective trace,
- trigger location, and excluded states.
- Example: 'HC * #10 S+' clears the controls and sets the pass counter to 10H
- and turns selective trace on.
- \HD
- Syntax: HD [<datatype> <byte|number|address>] [?] [*] [+] [-]
- Use: Set hardware data breakpoints.
- Example: 'HD LW 1234' allows breakpoints when the low word is 1234H.
- \HM
- Syntax: HM [<address><address> A|H|R|W|X [B][(s,t)]] [?] [*] [+] [-] [...]
- Use: Set a hardware breakpoint when a range of memory is accessed via int-
- errupt acknowledge, halt, read, write, or code prefetch.
- Example: 'HM 0:0 0:F W' sets a breakpoint on memory writes from 0:0 to 0:F.
- \HP
- Syntax: HP [<port> [<port>] I|O [B][(s,t)]] [?] [*] [+] [-] [...]
- Use: Set a hardware breakpoint when a range of I/O ports is read or written.
- Example: 'HP 308 309 I' sets a breakpoint on reads of port 308 or 309H.
- \HR
- Syntax: HR [*] [$] [!] [+] [#<number>] [<file>]
- Use: Display the hardware trace buffer in raw format.
- Example: 'HR' displays the last page of the trace buffer.
- \HS
- Syntax: HS [*] [$] [!] [+] [#<number>] [<file>]
- Use: Display the last entry of the hardware trace buffer in raw format.
- Example: 'HS' displays the last entry in the trace buffer.
- \HT
- Syntax: HT [*] [$] [!] [+] [#<number>] [<file>]
- Use: Display the hardware trace buffer in mixed data/disassembly format.
- Example: 'HT' displays the last page of the trace buffer.
- \HU
- Syntax: HU [*] [$] [!] [+] [#<number>] [<file>]
- Use: Display the hardware trace buffer in disassembly-only format.
- Example: 'HU' displays the last page of the trace buffer.
- \HW
- Syntax: HW <file> or HW A: or HW B:
- Use: Save the hardware trace buffer to a disk file or to a floppy disk.
- Example: 'HW PSBUF.DAT' saves the trace buffer to disk for later use.
- \