code wiki / _hdl_build / nx_build_reg_sov_gate.nx
nx_build_reg_sov_gate.nx
buildroot/runtime/_hdl_build/nx_build_reg_sov_gate.nx
about
nx_build_reg_sov_gate.nx -- proves the SOVEREIGN seg_store build-registry (nx_build_reg_sov) works:
submit + idempotent latest-wins + get state/parent + registered lookup + distinct + enum, all on a
real seg_store (NO flat file). Neg-control: an un-submitted organ reads unregistered. expect_exit: 0
dependencies 2 imports · 0 importers
imports: nx_build_reg_sov.nxnx_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
| 7 | func rp(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 8 | func rpn(v: i64) -> i64 |
| 18 | func main() -> i64 |