about summary refs log tree commit diff stats
path: root/baremetal/rpn.mu
Commit message (Collapse)AuthorAgeFilesLines
* 7715Kartik K. Agaram2021-02-101-2/+1
|
* 7701Kartik K. Agaram2021-02-091-1/+1
|
* 7693 - baremetal: pass background color everywhereKartik Agaram2021-02-071-4/+4
|
* 7690Kartik Agaram2021-02-071-8/+8
| | | | Convert comments about magic constants into metadata.
* 7567 - baremetal: shift-key supportKartik Agaram2021-01-271-1/+0
|
* 7550Kartik Agaram2021-01-231-3/+2
|
* 7548 - baremetal: better cursor managementKartik Agaram2021-01-231-1/+4
|
* 7547 - baremetal: rpn calculatorKartik Agaram2021-01-221-0/+152
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.)