code wiki / _hdl_build / _race5_team_author2.nx
_race5_team_author2.nx
buildroot/runtime/_hdl_build/_race5_team_author2.nx
about
_race5_team_author2.nx -- the BUILDER re-authoring the race-5 team lane AFTER the growth
rungs (race-5b). The three concepts race-5a's loss NAMED are now emitter spec params:
emit8 v2: MAGIC4 + TAILREST -> _pe_riffhdr (validated RIFF/WAVE header, block = chunk area)
emit7 v2: len_le + pad2 -> _pe_riff2 (FourCC + u32le length + even padding)
emit9 v2: locator + raw key -> _pe_lane_riff2 (block-relative census + RSZ= header scalar)
Refusal rails proven: a 2-valued len_le, a mid-table TAILREST, and a zero raw label are all
REFUSED. Zero Claude walk logic in the authored lane. license_tier: ORIGINAL
dependencies 4 imports · 0 importers
imports: nx_pattern_emit7.nxnx_pattern_emit8.nxnx_pattern_emit9.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
| 13 | func rb_w(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 15 | func main() -> i64 |