Everything

BINCLUDE


Inputs a binary file.

[Syntax]

[Δ]$[Δ]BINCLUDE[Δ]([Δ]file-name[Δ])[Δ][;comment]

[Function]

-

Assumes the contents of the binary file specified by the operand to be the result of assembling the source file at the position of this control instruction.

[Description]

-

The search pass of an INCLUDE file can be specified with the option (-I).

-

The assembler searches INCLUDE file read paths in the following sequence:

(a)

Folder specified by the option (-I)

(b)

Standard include file folder

(c)

Folder in which the source file exists

(d)

Folder containing the (original) C source file

(e)

Currently folder

 

-

This control instruction handles the entire contents of the binary files. When a relocatable file is specified, this control instruction handles files configured in ELF format. Note that it is not just the contents of the .text selection, etc. that are handled.

-

If a non-existent file is specified, the assembler outputs the message then stops assembling.