summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Adjust mnemonics based on hardware changesHEADmasterNick McKinney2017-02-051-4/+4
* nqasm: allow spaces around operators in expressionsBobby Bingham2017-01-191-8/+8
* nqasm: use " " in grammar instead of T_SPACEBobby Bingham2017-01-191-10/+10
* ndasm: re-indent token definitionsBobby Bingham2017-01-191-13/+13
* nqasm: don't echo unknown tokensBobby Bingham2017-01-192-0/+3
* nqdasm: simplifyBobby Bingham2017-01-191-2/+2
* nqasm: add command line processingBobby Bingham2017-01-193-18/+82
* Change addpc back to immediate instead of pc offset operandBobby Bingham2017-01-181-1/+1
* nqasm: support binary arithmetic operators in immediate operandsBobby Bingham2017-01-184-9/+36
* nqasm: support unary operators in immediate expressionsBobby Bingham2017-01-184-6/+45
* nqasm: allow "." to refer to current pc in immediate operandBobby Bingham2017-01-184-4/+9
* nqasm: reformat argument rules in grammarBobby Bingham2017-01-181-14/+7
* nqasm: lex registers as if they were labelsBobby Bingham2017-01-182-13/+29
* nqasm: allow specifying labels for operandsBobby Bingham2017-01-186-44/+100
* nqasm: store instructions in memory before assemblingBobby Bingham2017-01-181-16/+37
* nqasm: parse labelsBobby Bingham2017-01-176-2/+110
* nqdasm: reduce size of line structureBobby Bingham2017-01-151-11/+13
* nqdasm: use a static buffer for input linesBobby Bingham2017-01-151-65/+33
* nqdasm: Generate necessary labels for pcoff operandsBobby Bingham2017-01-151-1/+48
* nqdasm: Factor out operand value extraction codeBobby Bingham2017-01-151-10/+28
* nqdasm: read entire file into memory before processingBobby Bingham2017-01-151-10/+71
* nqdasm: Factor out disassembly code from command line parsingBobby Bingham2017-01-151-16/+21
* nqdasm: Add command line opt for input/output filesBobby Bingham2017-01-151-13/+80
* nqasm: Fix warnings about missing braces in initializersBobby Bingham2017-01-151-2/+2
* Turn on compiler warningsBobby Bingham2017-01-151-1/+1
* nqdasm: Output .word directives for unknown instructionsBobby Bingham2017-01-151-1/+1
* nqdasm: improve spacing between mnemonic and operandsBobby Bingham2017-01-151-1/+3
* nqdasm: Add disassemblerBobby Bingham2017-01-155-37/+87
* Switch addpc to use pc-offset instead of immediate operandBobby Bingham2017-01-152-2/+5
* nqasm: Reformat nop grammarBobby Bingham2017-01-151-2/+1
* nqasm: Handle pc offset argumentsBobby Bingham2017-01-151-14/+20
* nqasm: Rename arglist non-terminals to a_*Bobby Bingham2017-01-151-39/+46
* nqasm: Handle immediate argumentsBobby Bingham2017-01-152-6/+41
* nqasm: Handle register and register indirect argumentsBobby Bingham2017-01-155-53/+76
* nqasm: Improve parsing at end of fileBobby Bingham2017-01-152-4/+6
* Add gitignoreBobby Bingham2017-01-151-0/+7
* nqasm: Initial stab at a lexer and parserBobby Bingham2017-01-155-0/+278
* Add table of instructions and their encodingsBobby Bingham2017-01-152-0/+104