code wiki / t
topic: t
6 modules sharing the t name family (derived from the tree's prefix discipline).
| module | description | lines | funcs |
|---|---|---|---|
| nx_t_idiv.nx | pinpoint probe: is the nxasm defect in signed div/modulo (idiv)? | 16 | 1 |
| nx_t_intprint.nx | MINIMAL nxasm bisection probe (W-keystone diagnosis). | 22 | 2 |
| nx_t_loop.nx | bisect: is the nxasm defect the LOOP or the FUNCTION CALL? | 17 | 1 |
| nx_t_miniloop.nx | minimal while-loop probe. s = 0+1+2 = 3, printed as one char, | 15 | 1 |
| nx_t_vardidx.nx | isolate VARIABLE-INDEX byte store (the last suspect). | 17 | 1 |
| nx_t_vardiv.nx | disambiguate idiv-on-VARIABLE vs the loop. Loads 42 from memory | 19 | 1 |