summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Turn on compiler warningsBobby Bingham2017-01-151-1/+1
|
* nqdasm: Add disassemblerBobby Bingham2017-01-151-2/+5
|
* nqasm: Handle register and register indirect argumentsBobby Bingham2017-01-151-1/+1
|
* nqasm: Initial stab at a lexer and parserBobby Bingham2017-01-151-0/+30
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.