Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 6095 | Kartik Agaram | 2020-03-07 | 1 | -10/+10 |
| | |||||
* | 6088 - start using setCC instructions | Kartik Agaram | 2020-03-06 | 1 | -3/+99 |
| | |||||
* | 5983 - fix an emulator bounds-check bug | Kartik Agaram | 2020-02-05 | 1 | -3/+3 |
| | | | | | | It was possible for an instruction to write out of bounds of the memory data structure. Most of the time this worked fine. However if the block ever got resized and moved the out-of-bounds bytes no longer went along. | ||||
* | 5485 - promote SubX to top-level | Kartik Agaram | 2019-07-27 | 1 | -0/+176 |