code wiki / _hdl_build / nx_feat_gate.nx

nx_feat_gate.nx

buildroot/runtime/_hdl_build/nx_feat_gate.nx

2614 B45 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind gate/proof
docsdependenciesstructsconstsfunctions

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

nx_syscalls.nx nx_feat_gate.nx

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

main sys_openat_wr fg_w sys_write sys_close fg_run sys_mmap sys_fork sys_execve sys_exit sys_wait4 sys_openat_append sys_exit ↻

structs

none

consts

none

functions

9func 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 }
called by 1: main calls 1: sys_write
11func fg_run(path: *u8, a1: *u8, a2: *u8) -> i64
25func main() -> i64