summaryrefslogtreecommitdiff
path: root/mnemonics.c
Commit message (Collapse)AuthorAgeFilesLines
* Change addpc back to immediate instead of pc offset operandBobby Bingham2017-01-181-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 disassemblerBobby Bingham2017-01-151-35/+35
|
* Switch addpc to use pc-offset instead of immediate operandBobby Bingham2017-01-151-1/+1
| | | | | This makes more sense, as the argument is really a signed offset from the program counter.
* Add table of instructions and their encodingsBobby Bingham2017-01-151-0/+40