Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nqasm: allow specifying labels for operands | Bobby Bingham | 2017-01-18 | 1 | -1/+6 |
| | |||||
* | nqasm: parse labels | Bobby Bingham | 2017-01-17 | 1 | -0/+1 |
| | |||||
* | nqasm: Handle register and register indirect arguments | Bobby Bingham | 2017-01-15 | 1 | -0/+11 |
| | |||||
* | nqasm: Initial stab at a lexer and parser | Bobby Bingham | 2017-01-15 | 1 | -0/+11 |
So far, this only understands instructions, but no operands or labels. It doesn't handle bad input gracefully. It's just enough to test the basics. |