about summary refs log tree commit diff stats
path: root/baremetal/rpn.mu
Commit message (Collapse)AuthorAgeFilesLines
* 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.)