about summary refs log tree commit diff stats
path: root/subx/021byte_addressing.cc
Commit message (Collapse)AuthorAgeFilesLines
* 4908Kartik Agaram2019-01-051-1/+37
| | | | | | | | Fix CI. a) Update canonical binaries. b) Fix an out-of-bounds access in `clear-stream`. This also required supporting a new instruction in `subx run` to load an imm8 into rm8.
* 4717Kartik Agaram2018-10-241-2/+2
|
* 4695Kartik Agaram2018-10-141-4/+4
|
* 4694Kartik Agaram2018-10-131-2/+2
| | | | Check for duplicate docstrings.
* 4690Kartik Agaram2018-10-131-15/+68
| | | | | | | Fix a major discrepancy between the SubX VM and real x86 processors. This was responsible for the breakage identified in commit 4684. We now have failing tests, but at least they are identical running natively and on SubX.
* 4689Kartik Agaram2018-10-121-0/+63