code wiki / _hdl_build / nx_constidx_ctrl.nx
nx_constidx_ctrl.nx
buildroot/runtime/_hdl_build/nx_constidx_ctrl.nx
about
nx_constidx_ctrl.nx -- CONTROL for nx_constidx_probe.nx. Byte-identical EXCEPT the const literal is copied
into a LOCAL let before indexing. This is the ONLY variable between the two files.
license_tier: ORIGINAL No hw writes (Rule 26).
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
| 6 | const CP_S: *u8 = "abc" as *u8 |
| 7 | const CP_N: i64 = 3 |
functions
| 9 | func cp_sum() -> i64 called by 1: main |
| 20 | func main(argc: i64, argv: *i64) -> i64 |