Monthly Archives: December 2021

Arduino stdlib Library Replacement

Excludes memory allocation functions. Compiled from various sources. Just because. ctype_.h stdio_.h stdlib_.h stdlib_.c

Posted in Uncategorized | Leave a comment

Arduino Inline Assembly string Library

This is a refactoring of the existing Arduino (avr) C string library. This was simply an academic exercise. This code should compile to the same size, since in most respects it is the same code. The majority of the comments … Continue reading

Posted in Uncategorized | Leave a comment