about summary refs log tree commit diff stats
path: root/translate_subx_baremetal_emulated
Commit message (Collapse)AuthorAgeFilesLines
* 7748Kartik K. Agaram2021-02-151-1/+1
| | | | | | | | Bug in code-size check. It costs 18 bytes in the boot sector to load 2 tracks of disk (63KB). At that rate I can load 6 more tracks before I need to perform the drudgery again of recalculating offsets.
* 7720 - baremetal: load more sectors againKartik K. Agaram2021-02-111-1/+1
|
* 7556Kartik Agaram2021-01-241-1/+1
|
* 7547 - baremetal: rpn calculatorKartik Agaram2021-01-221-1/+1
| | | | | | | | 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.)
* 7546 - baremetal: disk size checkKartik Agaram2021-01-221-0/+6
|
* 7506Kartik Agaram2021-01-121-0/+34