4 Commits

Author SHA1 Message Date
ddf46ce8fd stmt_ins: refactor
The overall intent is to make writing a decompiler require less code
duplication.

"bits.hpp" and "stmt_enum.hpp" are replaced with "stmt_ins.hpp" which
is generated directly from dsp-notes.csv.
2023-09-03 04:46:34 +00:00
d8b8bc7850 stmt: add instruction masks and codes
The parser now checks for conflicts in op control words.
2023-08-21 05:15:00 +00:00
b6d4ae5e8e parser: initial expression parser 2023-08-15 20:18:35 -07:00
082ebc20e5 lexer: add header
This also calls the lexer from main.
2023-08-14 11:38:52 -07:00