User Tools

Site Tools


compiler_directives.htm
Navigation:  Language Reference > 2 - Program Source Code Format > Compiler Directives >====== Compiler Directives ====== Previous pageReturn to chapter overviewNext page

Compiler Directives are statements that tell the compiler to take some action at compile time. These statements are not included in the executable program object code which the compiler generates. Therefore, there is no run-time overhead associated with their use.

ASSERT (set assumption for debugging)

BEGIN (define code structure)

COMPILE (specify source to compile)

EQUATE (assign label)

INCLUDE (compile code in another file)

ITEMIZE (enumeration data structure)

OMIT (specify source not to be compiled)

ONCE (prevent duplicate included data)

SECTION (specify source code section)

SIZE (memory size in bytes)

compiler_directives.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1