code wiki / _hdl_build / nx_pattern_emit7_demo.nx

nx_pattern_emit7_demo.nx

buildroot/runtime/_hdl_build/nx_pattern_emit7_demo.nx

1340 B28 linesdepth 3pulls 3 transitivereach 0 importersview sourcekind sketch/demotopic pattern
docsdependenciesstructsconstsfunctions

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

nx_pattern_emit7.nx nx_syscalls.nx nx_pattern_emit7_demo.nx

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

main pe7_author_wire_tlv p7_spec_ok sys_openat_wr pe7_emit_wire_tlv p7_w sys_write p7_wn sys_mmap sys_write ↻ sys_close pe7_emit_wire_tlv_test sys_mmap ↻ p7_put_be p7_w ↻ p7_wn ↻ d7_w sys_write ↻ sys_exit

structs

none

consts

none

functions

8func 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 }
called by 1: main calls 1: sys_write
10func main() -> i64