User Tools

Site Tools


tutorials:compilers

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
tutorials:compilers [2014/01/10 07:26]
papa
tutorials:compilers [2014/01/10 07:32] (current)
papa
Line 40: Line 40:
 Saving the executable allows the program to be run later without having to compile or load/link the program. Saving the executable allows the program to be run later without having to compile or load/link the program.
  
-//**Executable files must be saved BEFORE the loaded program is run.**//+//**Executable files must be saved immediately after the object file is loaded and linked, and BEFORE the loaded program is run.**//
  
 Simplest form: ''@SAVE'' Simplest form: ''@SAVE''
Line 46: Line 46:
 ==== @EXECUTE ==== ==== @EXECUTE ====
  
-If an executable version o+If object (.REL) file(s) for the specified file(s) exit and are up-to-date, load, link, and run. If there is no object file, or the object file has been updated less recently than the corresponding source file, compile the program source and load, link, and run the resulting object file.  
  
 Simplest form: ''@EXECUTE'' //filename// Simplest form: ''@EXECUTE'' //filename//
tutorials/compilers.txt ยท Last modified: 2014/01/10 07:32 by papa