diff options
Diffstat (limited to 'gen/tablegen/main.c')
| -rw-r--r-- | gen/tablegen/main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gen/tablegen/main.c b/gen/tablegen/main.c new file mode 100644 index 0000000..ef91ae2 --- /dev/null +++ b/gen/tablegen/main.c @@ -0,0 +1,3 @@ +// tablegen — Generate instruction decode tables from ISA encoding definitions +// Reads: ../isa/encoding/*.yaml +// Writes: decoder tables (switch/case, bit-mask dispatch) |
