summaryrefslogtreecommitdiff
path: root/stdio.asm
Commit message (Collapse)AuthorAgeFilesLines
* * Fix stack alignment issueJoseph Hunkeler2018-05-241-24/+54
| | | | | | * Simplify puthex * Simplify putint * Stop destroying registers
* SpellingJoseph Hunkeler2018-05-151-1/+1
|
* Add %c specifier to printfJoseph Hunkeler2017-12-031-0/+8
|
* Fixup possible register clobberingJoseph Hunkeler2017-12-021-2/+7
|
* Cleanup; add wrappers; add printfJoseph Hunkeler2017-12-011-67/+194
|
* add print[i,h] and normalize load addressesJoseph Hunkeler2017-11-291-1/+88
|
* Initial commitJoseph Hunkeler2017-11-281-0/+28