Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 4434 | Kartik Agaram | 2018-07-27 | 1 | -9/+9 |
| | | | | | | | | 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. | ||||
* | 4377 | Kartik Agaram | 2018-07-20 | 1 | -1/+1 |
| | |||||
* | 4376 - subx: online help includes supported opcodes | Kartik Agaram | 2018-07-20 | 1 | -0/+27 |
| | |||||
* | 4350 | Kartik Agaram | 2018-07-15 | 1 | -26/+27 |
| | | | | | | | 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. | ||||
* | 4347 | Kartik Agaram | 2018-07-15 | 1 | -0/+561 |