code wiki / _hdl_build / lmprobe_lm008.nx

lmprobe_lm008.nx

buildroot/runtime/_hdl_build/lmprobe_lm008.nx

2108 B47 linesdepth 3pulls 3 transitivereach 0 importersview sourcekind tooltopic lmprobe
docsdependenciesstructsconstsfunctions

about

lmprobe_lm008.nx -- LANDMINE PROBE for LM-008 "obj.field = imported_call(args) parser desync -- bind call to temp (until T3 fixed)". SAME parser area as the seq715 fnptr-field-call bug. CONTRACT: exit 0 => ROOT-FIXED (a struct-field STORE whose RHS is a function call assigns the call RESULT correctly, and does not desync the token stream for the statements that follow); non-zero OR build-failure => STILL LIVE. Import-light. license_tier: ORIGINAL No hw writes (Rule 26). expect_exit: 0

dependencies 2 imports · 0 importers

nx_syscalls.nx nx_estr.nx lmprobe_lm008.nx

imports: nx_syscalls.nxnx_estr.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main sys_mmap mk add2 es_atoi es_puts sys_write es_len es_putn sys_mmap ↻ sys_write ↻ sys_exit

structs

10struct Box

consts

15const BOX_BYTES: i64 = 24

functions

17func mk(x: i64) -> i64 { return x + 100 }
called by 1: main
18func add2(x: i64, y: i64) -> i64 { return x + y }
called by 1: main
20func main() -> i64