This option specifies the maximum byte count for a data record.
[Specification format]
- | 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 an output file is not an Intel HEX file (when the -form=hexadecimal option is not specified), this option will be invalid. |