Pinned
45 contributions in the last year
Contribution activity
January 2021
Created 10 commits in 2 repositories
Created 1 repository
Created a pull request in benheck/attiny10_game that received 2 comments
declare functions static to allow inlining, eliminate IRQ vectors
These two changes trim 22 bytes from the binary, and eliminate at least four bytes of stack usage.
+54
−2
•
2
comments
Created an issue in benheck/attiny10_game that received 2 comments
Space reduction
I've found I can save 22 bytes (11 instructions) of program space by declaring the gameOver
and drawPF
functions as static
, allowing the compiler t…
2
comments