mirror of https://github.com/MLXXXp/Arduboy2.git
4478b1fe0a
Sometimes the compiler would assign r28/29 to one of our input variables despite our needing to use that register ourselves. This fix attempts to prevent that from happening and also cleans up a few other small details. - remove unnecessary y_count (-1 register) - set buffer_ofs_2 inside assembly (-1 register) - require inputs/outputs to use lower or simple upper registers |
||
---|---|---|
.. | ||
Arduboy2.cpp | ||
Arduboy2.h | ||
Arduboy2Audio.cpp | ||
Arduboy2Audio.h | ||
Arduboy2Core.cpp | ||
Arduboy2Core.h | ||
Sprites.cpp | ||
Sprites.h | ||
ab_logo.c | ||
glcdfont.c |