Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nqdasm: simplify | Bobby Bingham | 2017-01-19 | 1 | -2/+2 |
* | nqasm: add command line processing | Bobby Bingham | 2017-01-19 | 1 | -15/+1 |
* | nqdasm: reduce size of line structure | Bobby Bingham | 2017-01-15 | 1 | -11/+13 |
* | nqdasm: use a static buffer for input lines | Bobby Bingham | 2017-01-15 | 1 | -65/+33 |
* | nqdasm: Generate necessary labels for pcoff operands | Bobby Bingham | 2017-01-15 | 1 | -1/+48 |
* | nqdasm: Factor out operand value extraction code | Bobby Bingham | 2017-01-15 | 1 | -10/+28 |
* | nqdasm: read entire file into memory before processing | Bobby Bingham | 2017-01-15 | 1 | -10/+71 |
* | nqdasm: Factor out disassembly code from command line parsing | Bobby Bingham | 2017-01-15 | 1 | -16/+21 |
* | nqdasm: Add command line opt for input/output files | Bobby Bingham | 2017-01-15 | 1 | -13/+80 |
* | 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 | 1 | -0/+43 |