Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 7157 | Kartik Agaram | 2020-11-01 | 1 | -15/+12 |
| | |||||
* | 6720 | Kartik Agaram | 2020-08-22 | 1 | -2/+2 |
| | |||||
* | 6699 - start building out fake screen | Kartik Agaram | 2020-08-01 | 1 | -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. | ||||
* | 6599 | Kartik Agaram | 2020-06-29 | 1 | -1/+1 |
| | |||||
* | 6520 - new app: parse-int | Kartik Agaram | 2020-06-14 | 1 | -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. |