code wiki / _hdl_build / nx_constidx_ctrl.nx

nx_constidx_ctrl.nx

buildroot/runtime/_hdl_build/nx_constidx_ctrl.nx

742 B28 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind tool
docsdependenciesstructsconstsfunctions

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

nx_syscalls.nx nx_constidx_ctrl.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 cp_sum sys_write

structs

none

consts

6const CP_S: *u8 = "abc" as *u8
7const CP_N: i64 = 3

functions

9func cp_sum() -> i64
called by 1: main
20func main(argc: i64, argv: *i64) -> i64
calls 2: cp_sumsys_write