md

Displays contents of specified memory locations.
Syntax
md [/bwl] <start> [<end>]
Parameters
<start>
Specifies the starting memory location to be displayed.
<end>
Specifies the ending memory location to be displayed. If the end value is less than the start value, md will display the memory from the starting location, for <end> units. If no <end> location is specified, 16 bytes at memory location <start> are displayed.
Options
/b
Specify 8 bit byte operation.
/w
Specify 16 bit word operation.
/l
Specify 32 bit long operation.
Example
To display the contents of memory location 0x100 in hexidecimal radix, in word operation, type the following command:

md/w 100

To display the contents of the block of memory from location 0x100 through 0x200 in hexadecimal radix, in word operation, type the following command:

md/w 100 200

Notes
If the /b, /w or /l option is not specified, md will use the default size of the PDE environment, which can be set using the size command.

md uses the default radix of the PDE environment, which can be set using the radix command.

Back


Valid HTML 4.01 Comments or Questions? send email to : languard (at) pix (dot) net
Last Updated: $Date: 2003/01/25 04:52:18 $