58 mmb mmh mmw, Mmb mmh mmw, Motload commands – Artesyn MOTLoad Firmware Package User's Manual (February 2015) User Manual

Page 126

Advertising
background image

MOTLoad Commands

MOTLoad Firmware Package User’s Manual (6806800C24D)

126

3.1.58 mmb mmh mmw

Name

mmb, mmh, mmw—modifies the contents of a memory block as specified by the command-
line options. To terminate modifications, enter a period (".").

Synopsis

mmb/mmh/mmw -a [-i] [-n] [-s]

Parameters

-a Ph : Starting Address

-i Pd : Number of Elements to Increment

-n 0 : Disable Read/Verify

-s 0 : Byte Swap

Example

The following example indicates a typical display when using the mmb, mmh, and mmw
commands.

MOTLoad> mmw -a00560000

00560000 00002341? 12345678

00560004 00001324? 87654321

00560008 00000000? .

MOTLoad>

MOTLoad> mmh -a00560000

00560000 1234? 3333

00560002 5678? 2222

00560004 8765? .

MOTLoad>

MOTLoad> mmb -a00560000

00560000 33? 55

00560001 33? 66

00560002 22? .

MOTLoad>

Advertising