Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjust mnemonics based on hardware changesHEADmaster | Nick McKinney | 2017-02-05 | 1 | -4/+4 |
| | |||||
* | Change addpc back to immediate instead of pc offset operand | Bobby Bingham | 2017-01-18 | 1 | -1/+1 |
| | | | | | Now that PC offset operands convert an absolute address into a relative offset from the PC, having this be immediate is much more useful. | ||||
* | nqdasm: Add disassembler | Bobby Bingham | 2017-01-15 | 1 | -35/+35 |
| | |||||
* | Switch addpc to use pc-offset instead of immediate operand | Bobby Bingham | 2017-01-15 | 1 | -1/+1 |
| | | | | | This makes more sense, as the argument is really a signed offset from the program counter. | ||||
* | Add table of instructions and their encodings | Bobby Bingham | 2017-01-15 | 1 | -0/+40 |