/[cebix]/mon/README
ViewVC logotype

Diff of /mon/README

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by cebix, Mon Sep 25 17:52:30 2000 UTC revision 1.6 by cebix, Fri Oct 6 00:04:21 2000 UTC
# Line 218  Entering "d80" without arguments is equi Line 218  Entering "d80" without arguments is equi
218  "." is set to the address after the last address displayed.  "." is set to the address after the last address displayed.
219    
220    
221    d86 [start [end]]        Disassemble 80x86 code    d86 [start [end]]        Disassemble 80x86 (32-bit) code
222    
223  disassembles the buffer contents from address "start" to address "end".  disassembles the buffer contents from address "start" to address "end".
224  Entering "d86" without arguments is equivalent to "d86 .". The value of  Entering "d86" without arguments is equivalent to "d86 .". The value of
225  "." is set to the address after the last address displayed.  "." 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    : start string           Modify memory
236    
237  puts the specified byte string at the address "start" into the buffer. The  puts the specified byte string at the address "start" into the buffer. The

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

Christian Bauer">Christian Bauer
ViewVC Help
Powered by ViewVC 1.1.15