User Tools

Site Tools


tutorials:compilers

This is an old revision of the document!


TOPS-20 Compilers Tutorial

Compile-Load-Run

After program source has been stored in a file, the following steps are necessary before the program can be used:

  1. Compile the source code into an object (relocatable binary .REL) file.
  2. Load the object file into memory, linking with other object files if necessary.
  3. Run the program in memory. (Optionally save the program's complete executable image in a .EXE file for later use.)

TOPS-20 EXEC provides a number of commands

@COMPILE

@LOAD

@RUN

@SAVE

@EXECUTE

tutorials/compilers.1389335938.txt.gz · Last modified: 2014/01/10 06:38 by papa