Remote start – Artesyn MOTLoad Firmware Package User's Manual (February 2015) User Manual
Page 260

Remote Start
MOTLoad Firmware Package User’s Manual (6806800C24D)
260
MOTLoad> mmw -aIBCA
A267F348 00001381? 00000008
A267F34C 00000000? .
TARGET – Because the Verbose bit was clear in the command, the target console will
approximate:
"Remote Start: allocate memory
number of bytes=00100000, alignment=00000004
Remote Start: allocate memory: address=01920000"
HOST – Initialize the allocated memory on the target to a pattern using Remote Start Initialize
Memory (Opcode 2).
HOST – write lower half of target memory starting address into VR0:
MOTLoad> mmw -aIBCA
A267F348 92010381? 00000101
A267F34C 00000000? .
TARGET – Because the Verbose bit was clear in the command, the target console will show:
"Remote Start: host wrote 0000 to lower half of vr0"
HOST – write upper half of target memory starting address into VR0:
MOTLoad> mmw -aIBCA
A267F348 00000181? 92010301
A267F34C 00000000? .
TARGET – Because the Verbose bit was clear in the command, the target console will show:
"Remote Start: host wrote 0192 to upper half of vr0:
HOST – write lower half of the byte count into VR1:
MOTLoad> mmw -aIBCA
A267F348 92010381? 00000901
A267F34C 00000000? .
TARGET – Because the Verbose bit was clear in the command, the target console will show:
"Remote Start: host wrote 0000 to lower half of vr1"
HOST – write upper half of the byte count into VR1: