This option specifies the maximum byte count for a data record.
[Specification format]
- | Interpretation when omitted |
When the -form=hexadecimal option is specified, an Intel HEX file is generated assuming that the maximum byte count is "0xFF".
When the -form=stype option is specified, a Motorola S-record file is generated assuming that the maximum byte count is "0x10".
[Detailed description]
- | This option is used to specify the length of data records in Intel HEX files or Motorola S-record files to be generated. |
- | Values from 01 to FF (hexadecimal) are specifiable for Intel HEX files. |
- | The following ranges of values are specifiable for Motorola S-record files. |
- | S1 records: 01 to FC (hexadecimal) |
- | S2 records: 01 to FB (hexadecimal) |
- | S3 records: 01 to FA (hexadecimal) |
[Example of use]
- | To specify 0x10 as the maximum byte count for a data record, describe as: |
>rlink a.obj b.obj -form=hexadecimal -byte_count=10
|
[Remark]
- | When the -form={hexadecimal|stype} option is not specified, this option will be invalid. |