code wiki / _hdl_build / nx_heal_selfix.nx
nx_heal_selfix.nx
buildroot/runtime/_hdl_build/nx_heal_selfix.nx
about
nx_heal_selfix.nx -- hand the failing nx_selfix_test to the ENGINEER's managed build gate
and see if the Engineer heals the register-pressure gate-clobber itself (the user's ask:
the Engineer manages this, not me). Prints the gate's verdict + how many regs it healed.
dependencies 2 imports · 0 importers
imports: nx_engineer_build_gate.nxnx_itoa_lib.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 hs_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } called by 1: main |
| 12 | func hs_num(v: i64) -> i64 { nxi_out(v); return 0 } |
| 14 | func main() -> i64 |