This option specifies the input binary file.
-Binary=file(section[:alignment][/attribute][,symbol])[,file(section[:alignment][/attribute][,symbol])]... |
This option specifies input binary file file. |
If the extension is omitted from the input file specification, it is assumed that ".bin" has been specified. |
Input binary data is allocated as the data of specified section section. |
When symbol symbol is specified, it can be linked as a defined symbol. |
The section specified by this option can have its section attribute and number of alignment specified. |
CODE or DATA can be specified as section attribute attribute. |
The value that can be specified for number of alignment alignment is a power of 2 (1, 2, 4, 8, 16, or 32). |
The binary file specified by this option can be allocated to only addresses 0 to 0x0FFFF. Generate an assembler source code like that shown below to change the section attribute to the desired attribute, such as for allocating the binary file to an address greater than address 0x10000. |
b.bin is allocated from 0x200 as the .D1bin section. |