APPENDIX
Loader, Sysloader and Dual Boot
MN700004 Rev 01
XVI
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 0x prefix for hexadecimal number).
display
The
display
command, in Sysloader 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
device name
(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 Sysloader Memory mode, fills a block of memory by the specified
hexadecimal value.
Command Syntax
device name(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).