6 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
c13b1b2466 parser: DMA memory src/dst arguments update CTn
This means that they are more appropriately named MCn rather than Mn.
2023-08-24 08:06:28 +00:00
dd205b5e3e stmt_string: add missing strings 2023-08-23 19:55:18 -07:00
b97abc776c parser: add dma and mvi parsers 2023-08-20 05:54:53 +00:00
22625c7c90 ast: add printers for all instructions 2023-08-19 19:40:20 -07:00
e520a0de19 parser: initial op parsing 2023-08-20 00:59:41 +00:00