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

BE0002

From Pigmeo - .NET/Mono/CLI (C#, VB.NET, C++/CLI, Nemerle...) for microcontrollers (PIC, dsPIC, AVR...)

Unsupported numeral system

You have configured Pigmeo Compiler to output numbers to assembly language in a numeral system (binary, decimal, hexadecimal...) not supported yet for your target architecture.

Solution

Choose another numeral system in Pigmeo Compiler user interface or in your configuration files. It won't affect the logic or your program. It's just a matter of style.