56 mdb mdh mdw, Mdb mdh mdw, Motload commands – Artesyn MOTLoad Firmware Package User's Manual (February 2015) User Manual

Page 124

Advertising
background image

MOTLoad Commands

MOTLoad Firmware Package User’s Manual (6806800C24D)

124

3.1.56 mdb mdh mdw

Name

mdb, mdh, mdw—displays the contents of a memory block as specified by the command-line
options.

Synopsis

mdb/mdh/mdw -a [-c] [-s]

Parameters

-a Ph : Starting Address

-c Ph : Number of Elements to Display

-s 0 : Byte Swap

Example

The following example indicates a typical display when using the mdb, mdh, or mdw
commands.

MOTLoad> mdw -a00560000 -c8

00560000 00000000 00000000 00000000 00000000 ........

00560010 00000000 00000000 00000000 00000000 ........

MOTLoad> mdh -a00560000 -c10

00560000 0000 0000 0000 0000 0000 0000 0000 0000 .......

00560000 0000 0000 0000 0000 0000 0000 0000 0000 .......

MOTLoad> mdb -a00560000 -c20

00560000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..

00560000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..

See Also

mmb mmh mmw

Advertising