Added the documentation for the enable/disable trace commands

This commit is contained in:
instinc 2001-10-03 19:10:09 +00:00
parent 0982e7f345
commit 4febfb2efb
1 changed files with 12 additions and 0 deletions

View File

@ -62,10 +62,22 @@ Selects register 1: Memory monitoring range end address (exclusive)
<p>
Enable address range memory monitoring as indicated by register 0 and 1 and clears both registers
<p>
<pre>0x8AE0</pre>
<p>
If the debugger is enabled (via --enable-debugger), sending 0x8AE0 to port 0x8A00 after the device has been enabled will return the bochs to the debugger prompt.
<p>
<pre>0x8AE2</pre>
<p>
If the debugger is enabled (via --enable-debugger), sending 0x8AE2 to port 0x8A00 after the device has been enabled will disable instruction tracing
<p>
<pre>0x8AE3</pre>
<p>
If the debugger is enabled (via --enable-debugger), sending 0x8AE3 to port 0x8A00 after the device has been enabled will enable instruction tracing
<p>
<pre>0x8AFF</pre>
<p>
Disable the I/O interface to the debugger and the memory monitoring functions.