Files (~1,060 lines total)
| File | Lines | Purpose |
|---|---|---|
| Makefile | 20 | Build config |
| main.c | 170 | Menu + dispatch + debug toggle |
| tests.h | 30 | Declarations |
| draw_util.h | 25 | Utility declarations |
| draw_util.c | 120 | Quad, text, twiddle helpers |
| shachi_debug.h | 25 | Debug overlay API |
| shachi_debug.c | 150 | Register readout + display |
| test_nearz.c | 60 | DIV-001 |
| test_depth.c | 70 | DIV-002 |
| test_twiddle.c | 100 | DIV-003 |
| test_trasort.c | 70 | DIV-004 |
| test_opb.c | 60 | DIV-005 |
| test_perf.c | 80 | DIV-007 |
| test_mixsub.c | 80 | DIV-008 |