Commit Graph

5 Commits

Author SHA1 Message Date
Kartik Agaram 16f2bd1174 . 2021-03-29 18:47:52 -07:00
Kartik K. Agaram 13d24889e0 typo; thanks waterhouse
https://news.ycombinator.com/item?id=26525349#26529192
2021-03-21 07:45:04 -07:00
Kartik Agaram 31e6ed17f8 6885 - starting on floating-point instructions
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.
2020-09-27 21:12:48 -07:00
Kartik Agaram 7817fdb29c 6640
Re-sync markdown files with mu-normie fork.
2020-07-12 16:37:58 -07:00
Kartik Agaram 9a524793ee 6618 - new docs 2020-07-06 01:05:10 -07:00