summaryrefslogtreecommitdiff
path: root/nqasm.c
Commit message (Collapse)AuthorAgeFilesLines
* nqasm: parse labelsBobby Bingham2017-01-171-0/+43
|
* nqasm: Handle register and register indirect argumentsBobby Bingham2017-01-151-3/+12
|
* nqasm: Initial stab at a lexer and parserBobby Bingham2017-01-151-0/+20
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.