Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nqdasm: Output .word directives for unknown instructions | Bobby Bingham | 2017-01-15 | 1 | -1/+1 |
* | nqdasm: improve spacing between mnemonic and operands | Bobby Bingham | 2017-01-15 | 1 | -1/+3 |
* | nqdasm: Add disassembler | Bobby Bingham | 2017-01-15 | 5 | -37/+87 |
* | Switch addpc to use pc-offset instead of immediate operand | Bobby Bingham | 2017-01-15 | 2 | -2/+5 |
* | nqasm: Reformat nop grammar | Bobby Bingham | 2017-01-15 | 1 | -2/+1 |
* | nqasm: Handle pc offset arguments | Bobby Bingham | 2017-01-15 | 1 | -14/+20 |
* | nqasm: Rename arglist non-terminals to a_* | Bobby Bingham | 2017-01-15 | 1 | -39/+46 |
* | nqasm: Handle immediate arguments | Bobby Bingham | 2017-01-15 | 2 | -6/+41 |
* | nqasm: Handle register and register indirect arguments | Bobby Bingham | 2017-01-15 | 5 | -53/+76 |
* | nqasm: Improve parsing at end of file | Bobby Bingham | 2017-01-15 | 2 | -4/+6 |
* | Add gitignore | Bobby Bingham | 2017-01-15 | 1 | -0/+7 |
* | nqasm: Initial stab at a lexer and parser | Bobby Bingham | 2017-01-15 | 5 | -0/+278 |
* | Add table of instructions and their encodings | Bobby Bingham | 2017-01-15 | 2 | -0/+104 |