C4Gen logo


Making programming easier
Content

PPMacros / Download >
Home
PPMacros
FAQ
Download
Examples
Quick Guide
Macro list
Overview
Links
Contact
C++
Forum




Download

Here you can download the latest files.

Latest version of PPMacros

File: ppmacros version 1.00

See the overview for description of the versions.

Documentation

PDF: Quick Guide
PDF: Complete macro list

Examples

File: examples.zip consists of three examples:
- f32to10digit.asm: converts a 32 bits value to 10 digits. Removes leading zeros.
- interpolate.asm: A 10 bits (e.g. ADC) input value is transformed to an output value by interpolation with a look-up table.
- simplesqrt.asm: calculating the square root of a 32 bit variable (the simple way).
- serialout.asm: outputs serial data at 9600 baud (in software).