Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 6915 - a new family of Mu branch instructions | Kartik Agaram | 2020-09-30 | 1 | -0/+9 |
| | | | | | | The realization of commit 6916 means that we should be using jump-if-addr* after comparing floats. Which is super ugly. Let's create aliases to them called jump-if-float*. | ||||
* | 6897 | Kartik Agaram | 2020-09-29 | 1 | -0/+7 |
| | |||||
* | 6896 | Kartik Agaram | 2020-09-28 | 1 | -5/+90 |
| | | | | Readme-driven development for Mu's floating-point operations. | ||||
* | 6657 | Kartik Agaram | 2020-07-16 | 1 | -5/+6 |
| | |||||
* | 6648 - bit-shift instructions in Mu | Kartik Agaram | 2020-07-14 | 1 | -0/+7 |
| | | | | I'm not happy with the names. | ||||
* | 6645 - heap allocations in Mu | Kartik Agaram | 2020-07-13 | 1 | -0/+16 |
| | | | | | | | | - allocate var - populate var, n Both rely on the type of `var` to compute the size of the allocation. No need to repeat the name of the type like in C, C++ or Java. | ||||
* | 6642 | Kartik Agaram | 2020-07-12 | 1 | -10/+10 |
| | |||||
* | 6640 | Kartik Agaram | 2020-07-12 | 1 | -194/+194 |
| | | | | Re-sync markdown files with mu-normie fork. | ||||
* | 6621 | Kartik Agaram | 2020-07-06 | 1 | -0/+5 |
| | |||||
* | 6620 | Kartik Agaram | 2020-07-06 | 1 | -1/+1 |
| | |||||
* | 6619 | Kartik Agaram | 2020-07-06 | 1 | -1/+1 |
| | |||||
* | 6618 - new docs | Kartik Agaram | 2020-07-06 | 1 | -0/+456 |