Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nqasm: allow "." to refer to current pc in immediate operand | Bobby Bingham | 2017-01-18 | 1 | -0/+1 |
* | nqasm: lex registers as if they were labels | Bobby Bingham | 2017-01-18 | 1 | -4/+2 |
* | nqasm: allow specifying labels for operands | Bobby Bingham | 2017-01-18 | 1 | -0/+1 |
* | nqasm: parse labels | Bobby Bingham | 2017-01-17 | 1 | -0/+5 |
* | nqasm: Handle immediate arguments | Bobby Bingham | 2017-01-15 | 1 | -0/+14 |
* | nqasm: Handle register and register indirect arguments | Bobby Bingham | 2017-01-15 | 1 | -0/+7 |
* | nqasm: Improve parsing at end of file | Bobby Bingham | 2017-01-15 | 1 | -1/+4 |
* | nqasm: Initial stab at a lexer and parser | Bobby Bingham | 2017-01-15 | 1 | -0/+61 |