
Hitachi Embedded Workshop User Manual
296
5.28
FILE_LOAD
Abbreviation: FL
Description:
Loads an object code file to memory with the specified offset. Existing symbols are cleared, and the new ones
are defined. If an offset is specified this will be added to the symbols. The file extension default is .MOT.
Syntax:
fl [<format>] <filename> [<offset>] [<state>]
Parameter
Type
Description
Keyword
Object format (optional, default =
DEFAULT_OBJECT_FORMAT settings)
Binary
Binary type
Elf/Dwarf2
Elf/Dwarf2 type
IntelHex
Intel-Hex type
<format>
S-Record
S type
<filename>
Character string
File name
<offset>
Numeric
Offset to be added to load address (optional, default = 0)
Keyword
Verify flag (optional, default = V)
V
Verify
<state>
N
No verify
Examples:
FILE_LOAD A:\\BINARY\\TESTFILE.A22
Loads Motorola S-Record file "testfile.a22".
FL ANOTHER.MOT H’200
Loads Motorola S-Record file "another.mot"
with an offset of H’200 bytes.