nx_util_gate.nx
buildroot/runtime/nx_util_gate.nx
about
nx_util_gate.nx -- the nx_util gate as PURE NISHILANG, orchestrated by the
sovereign nx_sh (no bash). Replaces bench/gate_nx_util.sh. Compiles
nx_util_test.nx, assembles, links, runs the KAT, checks the verdict --
every step via nx_sh fork/exec/redirect.
license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_sh.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
| 11 | func gp(s: *u8) -> i64 { var n: i64 = 0; while s[n] != 0 as u8 { n = n + 1 } sys_write(1, s, n); return 0 } |
| 13 | func main() -> i64 |