code wiki / _hdl_build / nx_pattern_emit10_demo.nx
nx_pattern_emit10_demo.nx
buildroot/runtime/_hdl_build/nx_pattern_emit10_demo.nx
about
nx_pattern_emit10_demo.nx -- the TEAM authoring both sides of race 4 (no Claude logic):
LANE A core _pe_jpgtlv = the closest COVERED pattern (WIRE_TLV 1/2 type-first) applied to a
JPEG marker stream -- expected to LOSE (no prefix/standalone/inclusive-length concepts);
the loss measures the gap on novel ground.
LANE B core _pe_jpgmk = WIRE_MARKER (emit10) with the real JPEG spec: prefix 0xFF,
standalone {SOI D8, EOI D9, RST D0..D7}, terminator SOS DA -- expected to MATCH.
Both lanes' programs authored by the IO_CONTRACT emitter (count key NSEG=). Refusal rail:
a spec listing the terminator as standalone must be REFUSED. license_tier: ORIGINAL
dependencies 4 imports · 0 importers
imports: nx_pattern_emit7.nxnx_pattern_emit9.nxnx_pattern_emit10.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
| 14 | func d10_w(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 16 | func main() -> i64 |