code wiki / _hdl_build / nx_pattern_emit7_demo.nx
nx_pattern_emit7_demo.nx
buildroot/runtime/_hdl_build/nx_pattern_emit7_demo.nx
about
nx_pattern_emit7_demo.nx -- the TEAM authoring the WIRE_TLV core (no Claude logic). _pe_tlv =
the TLS-extension wire shape (type_w=2, len_w=2, type-first) -- the exact layout of the
ClientHello extension block the browser arc's B2 rung walks. ALSO proves the refusal rails:
a 3-byte width and a type_first=2 spec must be REFUSED, not authored. license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_pattern_emit7.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
| 8 | func d7_w(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 10 | func main() -> i64 |