summaryrefslogtreecommitdiff
path: root/nqasm.h
Commit message (Collapse)AuthorAgeFilesLines
* nqasm: support binary arithmetic operators in immediate operandsBobby Bingham2017-01-181-1/+6
|
* nqasm: support unary operators in immediate expressionsBobby Bingham2017-01-181-3/+13
|
* nqasm: allow "." to refer to current pc in immediate operandBobby Bingham2017-01-181-0/+1
|
* nqasm: allow specifying labels for operandsBobby Bingham2017-01-181-1/+6
|
* nqasm: parse labelsBobby Bingham2017-01-171-0/+1
|
* nqasm: Handle register and register indirect argumentsBobby Bingham2017-01-151-0/+11
|
* nqasm: Initial stab at a lexer and parserBobby Bingham2017-01-151-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.