4 Commits

Author SHA1 Message Date
a1574d69f8 parser: allow immediate values to end with colon
This is funky syntax, but it doesn't hurt the accuracy of a parser.

Some people might prefer this to stylize references to labels.
2023-08-24 03:30:46 +00:00
b6e9d5ae86 Makefile: add static build 2023-08-23 20:04:30 -07:00
118942521e test: add initial test makefile
This also adds support for "#" characters prior to immediates.

nop may also now appear in an op_t. The parser no longer generates nop_t--this
is instead now represented as an op_t with a zero-length ops vector.
2023-08-23 19:21:43 -07:00
29428c7a92 initial 2023-08-14 16:52:56 +00:00