< Optimizing Linkage Editor (rlink) Options / Output Options >
[Format]
-byte_count=<numerical value>
|
The default values are FF (hexadecimal) for Intel HEX-format files and 10 (hexadecimal) for Motorola S-format files.
[Description]
- | This option is used to specify the length of data records in Intel HEX-format files or Motorola S-format files to be generated. |
- | Values from 01 to FF (hexadecimal) are specifiable for Intel HEX-format files. |
- | The following ranges of values are specifiable for Motorola S-format files. |
- | S1 records: 01 to FC (hexadecimal) |
- | S2 records: 01 to FB (hexadecimal) |
- | S3 records: 01 to FA (hexadecimal) |
[Examples]
Specifying 16 bytes (10 in hexadecimal) as the length of data records
[Remarks]
- | This option is invalid for file formats other than Intel HEX type (form=hex) or Motorola S-record type (form=stype). |