| |||
| Home > CMM-style Commands Supported by the Debugger > CMM-style commands listed in alphabetical order > data.load.binary | |||
This command loads a binary image file.
Loading a binary image does not change the program counter or any symbols that are currently loaded.
data.load.binaryfilename expression
Where:
filenameSpecifies the image file.
expressionSpecifies the load address. This can be either an
address, a symbol name, or an expression that evaluates to an address.
If none specified then the default is 0x0.