about summary refs log tree commit diff stats
path: root/subx/012direct_addressing.cc
Commit message (Collapse)AuthorAgeFilesLines
* 4376 - subx: online help includes supported opcodesKartik Agaram2018-07-201-0/+47
|
* 4350Kartik Agaram2018-07-151-0/+26
| | | | | | | Reorganize layers to introduce the translation workflow right at the start. We also avoid duplicating parsing code. Programs are always parsed into the `program` data structure.
* 4347Kartik Agaram2018-07-151-0/+323
|
* 4051Kartik K. Agaram2017-10-121-28/+0
| | | | subx: Move register direct mode before indirect in the exposition.
* 4050Kartik K. Agaram2017-10-121-0/+18
|
* 4049Kartik K. Agaram2017-10-121-0/+10
Instead of organizing layers by instruction, do so by addressing mode.