APPENDIX
Loader, Sysloader and Dual Boot
MN700004 Rev 01
VIII
Argument Description
SRC_ADDR
Hexadecimal source address (optionally prefixed with 0x).
DST_ADDR
Hexadecimal destination address (optionally prefixed with 0x).
BLK_LEN
Hexadecimal or decimal block length (Use the 0x prefix for hexadecimal number).
Example
Loader(memory)#
copy
0xF0000000 0xA0000000 10
Loader(memory)#
display
The
display
command, in Loader Memory mode, displays a block of memory, optionally
specified by start address and block length in bytes.
Without any arguments, the command repeats the previous display, if any, or the default (after
reload, the start address and block length are 0 and 256 respectively by default). If only the
start address is specified, the previous or default block length is repeated.
Command Syntax
Loader(memory)#
display
[ST_ADDR [BLK_LEN]]
Argument Description
ST_ADDR
Hexadecimal start address (optionally prefixed with 0x).
BLK_LEN
Hexadecimal or decimal block length (Use 0x prefix for hexadecimal number).
fill
The
fill
command, in Loader Memory mode, fills a block of memory by value.
Command Syntax
Loader(memory)#
fill
ST_ADDR BLK_LEN
VALUE
Argument Description
ST_ADDR
Hexadecimal start address (optionally prefixed with 0x).
BLK_LEN
Hexadecimal or decimal block length (Use 0x prefix for hexadecimal number).
VALUE
Hexadecimal byte value to fill (optionally prefixed with 0x).