Pigmeo was a compiler and framework for writing microcontroller firmware in C# and other .NET languages, developed by Adrián Bulnes (Urriellu) between 2007 and 2010. This is a frozen, read-only archive of the project’s website, pigmeo.org; nothing here is maintained. Source code: github.com/Urriellu/pigmeo · Original capture: Wayback Machine · urriellu.net

Category:CCS PCM Outputs

From Pigmeo Development Wiki

This category contains test source code (written in C language) and the assembly language generated by the CCS PCM compiler.

Generating outputs

Using MPLAB

  • Create a new project using the CCS compiler
  • Write some sample code. Note: include ONLY what you are trying to show, so the code is simpler and easier to understand
  • Compile your sample project
  • Go to View->Disassembly Listing
  • Copy to a new archicle your C sample code and the Disassembly Listing

Please, add comments to the assembly-language outputs explaining how the code works