about summary refs log tree commit diff stats
path: root/subx/012direct_addressing.cc
Commit message (Collapse)AuthorAgeFilesLines
* 4442Kartik Agaram2018-07-271-21/+21
| | | | Clean up trace levels everywhere in SubX.
* 4434Kartik Agaram2018-07-271-25/+25
| | | | | | | | Key core data structures by hex bytes in text rather than opcode numbers. Saves us round trips of having to parse and reparse strings, and also allows us to more easily ignore unexpected non-hex words in each transform. We'll use this ability next when we start inserting labels.
* 4380 - single-byte opcodes all documentedKartik Agaram2018-07-201-1/+1
|
* 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.