\GH Syntax: GH [
] 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 [ 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 [#] [B-|B+] [C-|C+] [O-|O+] [P-|P+] [S-|S+] [TB|TC|TT] [X] [?] [*] 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 [ ] [?] [*] [+] [-] Use: Set hardware data breakpoints. Example: 'HD LW 1234' allows breakpoints when the low word is 1234H. \HM Syntax: HM [
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 [ [] 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 [$] [![#]] [] [] or HR [*] Use: Display the hardware trace buffer in raw format. Example: 'HR' displays the last page of the trace buffer. \HS Syntax: HS [] or HS [*] 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 [$] [![#]] [] [] or HT [*] Use: Display the hardware trace buffer in mixed data/disassembly format. Example: 'HT' displays the last page of the trace buffer. \HU Syntax: HU [$] [![#]] [] [] or HU [*] Use: Display the hardware trace buffer in disassembly-only format. Example: 'HU' displays the last page of the trace buffer. \HW Syntax: HW 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. \