code wiki / _hdl_build / nx_feat_gate.nx
nx_feat_gate.nx
buildroot/runtime/_hdl_build/nx_feat_gate.nx
about
nx_feat_gate.nx -- LIVE feat-axis micro-gate organ (v2.1 "feature completeness co-equal with speed").
v1 wires the cl-shift landmine row as an EXECUTABLE check: emit a tiny .s whose correct assembly
exits 42 (84 >> 1 via sarq %cl -- the exact historically-mis-encoded form), run it through OUR
assembler, run the ELF, exit==42 -> row PASS. Appends a dated FEAT line to /tmp/nishi_ladder.log so
the tick/page publish it. Pattern: one row per snippet; corpus grows by adding snippets (data).
license_tier: ORIGINAL
dependencies 1 imports · 0 importers
imports: nx_syscalls.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 9 | func fg_w(fd: i64, s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(fd,s,n); return 0 } |
| 11 | func fg_run(path: *u8, a1: *u8, a2: *u8) -> i64 |
| 25 | func main() -> i64 |