This option fills the vacant area of memory in the output range.
The specified numerical value is output to unused areas between the specified sections.
The specified numerical value is output to unused areas within the specified address range.
The specified numerical value is output to an unused area at the top of a section, which starts at an address that can be divided by the alignment number.
The specified numerical value is output when the end of a section does not reach the specified record length.
Output data sizes in units of 1, 2, or 4 bytes are valid. The size is determined by the hexadecimal number specified using this option. |
If the size of a vacant area is not a multiple of the size of the output data, the value is output as many times as possible, and then a warning will be output. |
To fill the vacant memory area with "0xff" within the range from address 0x100 to address 0x2FF, describe as: |
If the specification of the data is omitted in this option, vacant areas are not filled with values. |
If the output range is not specified in the -output option and the -fix_record_length_and_align option is not specified, this option will be invalid. |