Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | . | Kartik Agaram | 2021-03-29 | 1 | -4/+4 |
| | |||||
* | typo; thanks waterhouse | Kartik K. Agaram | 2021-03-21 | 1 | -1/+1 |
| | | | | https://news.ycombinator.com/item?id=26525349#26529192 | ||||
* | 6885 - starting on floating-point instructions | Kartik Agaram | 2020-09-27 | 1 | -5/+8 |
| | | | | | | | | | I spent some time deciding on the instructions. x87 is a stack ISA, so not a good fit for the rest of SubX. So we use SSE instead. They operate on 32-bit floats, which seems like a good fit. SSE has a bunch of instructions for operating on up to 4 floats at once. We'll ignore all that and just focus on so-called scalar instructions. | ||||
* | 6640 | Kartik Agaram | 2020-07-12 | 1 | -13/+13 |
| | | | | Re-sync markdown files with mu-normie fork. | ||||
* | 6618 - new docs | Kartik Agaram | 2020-07-06 | 1 | -0/+162 |