Optimizations

From Pigmeo Wiki

Jump to: navigation, search

The following optimizations are available when writing applications for microcontrollers (being compiled by Pigmeo Compiler)

Automatic optimizations

These optimizations are performed automatically by the compiler when it finds optimizable features

PIC14

  • Use INCF and DECF when adding or substracting a unit (usally foo++; and foo--;)


Manual optimizations

These optimizations are suggested code you should write when developing your own application

  • None yet
Personal tools