
Declares compiler-time constant
symbols that can be an integer.
More complex CONST can now be handled by #define -- see pre-processor
under the hood-
Constants do not take up any program space on the ARMmite or when using the PC Compile option on the ARMexpress. In this case the constants are used by the compiler running on the PC and compiled into code when used. When using the ARMexpress compiler, constants do take up space in the symbol table.
Constants can be 32 bit values using the PC ARMbasic compiler, butconstants are limited to 16bit values for the onchip ARMweb compiler.