Project Window, Compilation Tab
This tab controls parameters for the compilation and linking of the project during a build.
RPL_INCLUDE: text in this box is copied into the RPL_INCLUDE environment variable used by the RPL Compiler.
SASM parameters: text in this box is given to the
SASM Assembler. There are several standard options supplied ahead of
this text. The standard options are: "-C 500 -B -W -e -N"
Calculator entry point file: the definitions of the various RPL and SASM entry points from the calculator ROM are contained in the Supported Entry Point file. (Either Suprom48.a or Suprom49.a). Debug4x automatically compiles the Suprom files (whenever they are changed). Suprom files are usually included during the compile and link processes. Check Use Standard Files for the Supromxx.a name to be used for these files. A different file name can be used if this box is not checked. The Browse button can open a dialog to find the files. The user is responsible for assuring that the data matches the ROM used by the emulator (48 or 49). Debug4x will compile the user's file if required.
Use Standard File: Check Use Standard Files for the Supromxx.a name to be used for the Supported Entry Point files. Uncheck to enter a different name. The user is responsible for assuring that the data matches the ROM used by the emulator (48 or 49).