Return to previous page Return to menu Go to next page

■ Assemble source file

Assemble is executed by the "Assembly" or "Assembly all files" command in the "Project" menu. In both cases, the sources registered in the project are assembled in order, but the following points are different.
 Assemble
∙ There is no object file among the sources registered in the project file
Executed only for things or source files that have been updated. 

"All files assembled" Assemble all sources registered in the project file. (Registration order)

For any of these commands, if an assembly error occurs, assembly execution stops for that file, and no further files are assembled.
“Assemble Complete !!” is displayed when assembly is successful, and the error line and its contents are displayed in the information window (see “Assembly of all files” in the “■ Project menu”) in the case of an error. .

■ Link object file

The
link is executed by the “Link” command in the “Project” menu. This creates a load module from the object file group obtained by assembling the source files registered in the project. The output format (Motorola S, Intel HEX, binary) and the basic address are optional. ”Command.

Caution Please refer to “7. Load module output format” for the output format of the load module.


Return to previous page Return to menu Go to next page