Program Compile

Top  Previous  Next

Action

With this option you can compile your current program. Your program will be saved automatically before it will be compiled.

So if you didn't give it a name, you will be asked for it.

The following files will be created depending on the Option Compiler Settings.

File

Description

xxx.BIN

Binary file which can be burned into EPROM.

xxx.DBG

Debug file which is needed by the simulator.

xxx.HEX

Intel hexadecimal file.

xxx.ERR

Error file. (only when errors are found)

xxx.RPT

Report file.

 

 

xxx.SIM

xxx.PRJ

Generated by the simulator to store the variable names of the watch window and the breakpoints.

 

If an error occurs, you will receive an error message and the compilation will end.

The cursor will be set to the line in which the error occurred. The line will be marked with a red color too. The red marking color will disappear when you compile the program again.

 

Shortcut

F7