2 loads, 8 memory commands – Artesyn ATCA-9305 User's Manual (May 2014) User Manual
Page 234

Management Processor Monitor
ATCA-9305 User’s Manual (10009109-07)
234
9.7.2
loads
The loads command loads an S-Record file over the serial port. The command takes two
optional parameters:
offset
The address offset parameter allows the file to be stored in a location different than what is
indicated within the S-Record file by adding the value off to the file’s absolute address.
baudrate
The baudrate parameter allows the file to be loaded at baud instead of the monitor’s console
baudrate.
The file is not automatically executed, the loads command only loads the file into memory.
Definition
loads [off] [baud]
9.8
Memory Commands
The memory commands allow you to manipulate specific regions of memory. For some
memory commands, the data size is determined by the following flags:
Definition
The flag .b is for data in 8-bit bytes.
Definition
The flag .w is for data in 16-bit words.
Definition
The flag .l is for data in 32-bit long words.
These flags are optional arguments and describe the objects on which the command operates.
If you do not specify a flag, memory commands default to 32-bit long words. Numeric
arguments are in hexadecimal.