ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/mon/README
(Generate patch)

Comparing mon/README (file contents):
Revision 1.5 by cebix, 2000-09-25T17:52:30Z vs.
Revision 1.6 by cebix, 2000-10-06T00:04:21Z

# Line 218 | Line 218 | Entering "d80" without arguments is equi
218   "." is set to the address after the last address displayed.
219  
220  
221 <  d86 [start [end]]        Disassemble 80x86 code
221 >  d86 [start [end]]        Disassemble 80x86 (32-bit) code
222  
223   disassembles the buffer contents from address "start" to address "end".
224   Entering "d86" without arguments is equivalent to "d86 .". The value of
225   "." is set to the address after the last address displayed.
226  
227  
228 +  d8086 [start [end]]      Disassemble 80x86 (16-bit) code
229 +
230 + disassembles the buffer contents from address "start" to address "end".
231 + Entering "d8086" without arguments is equivalent to "d8086 .". The value
232 + of "." is set to the address after the last address displayed.
233 +
234 +
235    : start string           Modify memory
236  
237   puts the specified byte string at the address "start" into the buffer. The

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines