about summary refs log tree commit diff stats
path: root/021byte_addressing.cc
Commit message (Collapse)AuthorAgeFilesLines
* 7041Kartik Agaram2020-10-151-3/+3
| | | | Reconcile a few details with the mu-normie fork.
* 7040Kartik Agaram2020-10-151-8/+8
|
* 6095Kartik Agaram2020-03-071-10/+10
|
* 6088 - start using setCC instructionsKartik Agaram2020-03-061-3/+99
|
* 5983 - fix an emulator bounds-check bugKartik Agaram2020-02-051-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-levelKartik Agaram2019-07-271-0/+176