about summary refs log tree commit diff stats
path: root/apps/parse-int.mu
Commit message (Collapse)AuthorAgeFilesLines
* 6720Kartik Agaram2020-08-221-2/+2
|
* 6699 - start building out fake screenKartik Agaram2020-08-011-1/+1
| | | | | We now have all existing apps and prototypes going through the dependency-injected wrapper, even though it doesn't actually implement the fake screen yet.
* 6599Kartik Agaram2020-06-291-1/+1
|
* 6520 - new app: parse-intKartik Agaram2020-06-141-0/+50
Several bugs fixed in the process, and expectation of further bugs is growing. I'd somehow started assuming I don't need to have separate cases for rm32 as a register vs mem. That's not right. We might need more reg-reg Primitives.