-BYte_count


This option specifies the maximum byte count for a data record.

[Specification format]

-BYte_count=num

 

-

Interpretation when omitted

An Intel HEX file is generated assuming that the maximum byte count is "FF".

[Detailed description]

-

This option specifies maximum byte count for a data record when a file num when an Intel HEX file.

-

Specify a one-byte hexadecimal value (01 to FF) as num.

[Example of use]

-

To specify 10 as the maximum byte count for a data record, describe as:

>rlink a.obj b.obj -form=hexadecimal -byte_count=10

[Remark]

-

When a generated file is not an Intel HEX file (when the -form=hexadecimal option is not specified), this option will be invalid.