about summary refs log tree commit diff stats
path: root/021byte_addressing.cc
Commit message (Collapse)AuthorAgeFilesLines
* 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