about summary refs log tree commit diff stats
path: root/baremetal/123slice.subx
Commit message (Collapse)AuthorAgeFilesLines
* 7693 - baremetal: pass background color everywhereKartik Agaram2021-02-071-2/+2
|
* 7547 - baremetal: rpn calculatorKartik Agaram2021-01-221-0/+1069
Still in progress. Known bugs: * Cursor management is broken. Every line currently seems to leave behind a shadow cursor. * No shift-key support yet, which means no addition or multiplication. (This app doesn't have division yet.)