Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 5924 | Kartik Agaram | 2020-01-27 | 1 | -6/+6 |
| | |||||
* | 5897 - rename comparison instructions | Kartik Agaram | 2020-01-16 | 1 | -3/+3 |
| | | | | | | | Signed and unsigned don't quite capture the essence of what the different combinations of x86 flags are doing for SubX. The crucial distinction is that one set of comparison operators is for integers and the second is for addresses. | ||||
* | 5887 - reorganize library | Kartik Agaram | 2020-01-14 | 1 | -0/+416 |
Layers 0-89 are used in self-hosting SubX. Layers 90-99 are not needed for self-hosting SubX, and therefore could use transitional levels of syntax sugar. Layers 100 and up use all SubX syntax sugar. |