Basic compiler add-on modules
 
 

Please find here basic info on three optional add-on modules for the integrated basic compilers of PIC Simulator IDE, PIC18 Simulator IDE and AVR Simulator IDE.

These add-on modules require a valid personal or commercial/educational license for the appropriate software package. The modules are optional and can be purchased separately, if needed. Site and institution license types include the support for all available add-on modules.

● Basic compiler floating point math support
Floating point math support will enable the declaration of SINGLE data type variables (4-byte (32-bit) single precision floating point numbers, modified IEEE754 standard) and full arithmetics and single precision math functions (Sqrt, Log, Exp, Sin, Cos) with SINGLE data type.

● Basic compiler 32-bit integer math support
32-bit integer math support will enable the declaration of LONG data type variables (4-byte integers in the range 0 to 4,294,967,295) and full arithmetics (+, -, *, /, Mod) with LONG data type.

● Basic compiler structured language support
When enabled, structured language support will allow the implementation of procedures and functions in user basic source programs. More info available in the Basic Compiler Reference Manual.