LITE, STD & PRO edition differences
LITE edition is free for personal non-commercial use:
Restrictions
- Type FLOAT, only 3 allowed as feature sample
- Type ULONG, only 3 allowed as feature sample
- Types BYTE, UINT and LONG not allowed
- code size limited to 1900 instructions (given the optimisation capability this is a lot of code space)
- embedded assembler source limited to standard assembler instruction
mnemonics, declaration of restricted types not allowed, high level
functions such as .let, .if_rt, .select_rt and .include not allowed
Standard edition comes with:
- many libraries as source
- bootloaders for the 16F87x and 16F88
- greatly reduced restrictions on the use of embedded XCASM assembler
- No code limit
- Type FLOAT - no restriction
- Type UINT - no restriction
Restrictions:
- personal non-commercial use license
- Type ULONG, only 5 allowed as feature sample
- Types BYTE and LONG not allowed
- embedded assembler source limited to standard assembler instruction
mnemonics, declaration of restricted types not allowed, high level
functions such as .let, .if_rt, .select_rt and .include not allowed
Pro edition. In addition to standard edition extras it comes with:
- additional library source
- generates XCASM source
- no restrictions on use of emedded XCASM assembler
- commercial license
- no restrictions on any data type