The following functions manipulate the compiler's operation:
|
Align the next instruction to a boundary. | |
|
Determine if an equate has been previously defined | |
|
Contains the date and time of compilation. | |
|
Enable or disable "Control-Break" as a means of terminating the program. | |
|
Artificially inflate the disk image size of a compiled program | |
|
Determine which type of file will be created by the compiler | |
|
Enable or disable auto-creation of a console window upon execution of the program. | |
|
Compiler directive to suppress generation of debugging code. | |
|
Display a message when an untrapped run-time error occurs. | |
|
Specify if variables must be declared before use | |
|
Define sections of source code to be compiled or ignored | |
|
LINK a pre-compiled Static Link Library (SLL) into your host program. | |
|
Choose between faster execution or smaller code size | |
|
Establish various compiler options. | |
|
Control automatic allocation of Register variables | |
|
Set the maximum potential stack size | |
|
Enable/disable integrated development tools in compiled code | |
|
Specify whether unique variable names are required. | |
|
Explicitly declare a Sub or Function | |
|
Declare the default variable type to be Byte | |
|
Declare the default variable type to be Currency | |
|
Declare the default variable type to be Extended Currency | |
|
Declare the default variable type to be Double-precision | |
|
Declare the default variable type to be Double-word | |
|
Declare the default variable type to be Extended-precision | |
|
Declare the default variable type to be Integer | |
|
Declare the default variable type to be Long-integer | |
|
Declare the default variable type to be Quad-integer | |
|
Declare the default variable type to be Single-precision | |
|
Declare the default variable type to be String | |
|
Declare the default variable type to be Word | |
|
Declare and dimension arrays, scalar variables, and pointers | |
|
Deallocate array memory | |
|
Declare global (shared) variables between Subs and Functions | |
|
Declare Instance variables which are unique to each object | |
|
Declare local variables in a Sub or Function | |
|
Define a single or multi-line text substitution block | |
|
Force explicit declaration of all variables | |
|
Define the initial entry-point Function for an application | |
|
Executes a series of statements, each of which utilizes pre-defined source code. | |
|
Capture an execution time profile of the Subs and Functions | |
|
Declare dynamic arrays, allocate, reallocate, deallocate memory | |
|
Define local Register variables within a Sub or Function | |
|
Declare static variables inside of a Sub or Function | |
|
Return the address of the data held by a variable length string | |
|
Return the 32-bit address of a variable or
| |
|
Define the initial entry-point Function for an application |