Everything

-create_unfilled_data


< Compile Options / Object Options >

[Format]

-create_unfilled_data

[Description]

-

When a Motorola S-record file (<name>.mot) or Hex file (<name>.hex) is output, this option blocks spaces created by .OFFSET directives in the assembly language being filled with output data.

-

When using this option, specify it when using the ccrx or asrx command to create an object file (<name>.obj) as well as when using the rlink command to create a Motorola S-record file or Hex file.

[Remarks]

-

This option is available in V2.03 and later versions of this compiler.

-

When this option is used, symbols in the format shown below*1 will be added for each .OFFSET directive.

__$_<FileName>_<SectionName>_<IDNumber>s__unfilled_area
__$_<FileName>_<SectionName>_<IDNumber>e__unfilled_area

Here, the name of the source file, section, and a number in a sequence starting from 1 are entered as <FileName>, <SectionName>, and <IDNumber>, respectively.

Note

*1) Since symbols in this format are reserved, they cannot be directly included in your source code.