Crossware

Table of Contents        Previous topic       Next topic       

LINKER->Linker Command Line Options->Generate Plain Binary Output (/BIN)

The option causes the program code to be generated in as a binary image of target memory.

The linker assumes that the target memory chip starts at address zero.  The linker fills any empty space encountered before the end of the code with FF's.