code wiki / _hdl_build / _race6_team_author.nx

_race6_team_author.nx

buildroot/runtime/_hdl_build/_race6_team_author.nx

2506 B55 linesdepth 3pulls 5 transitivereach 0 importersview sourcekind tooltopic race6
docsdependenciesstructsconstsfunctions

about

_race6_team_author.nx -- the BUILDER authoring the race-6 PNG lane from EMITTERS ONLY. Race-6a uses the COVERED shapes as-is: emit8 v2 locator (two MAGIC4 rows + TAILREST = the 8-byte PNG magic) + emit7 v2 WIRE_TLV (4/4 length-first BE -- NO trailing-CRC concept yet) + emit9 v2 lane (locator + W= scalar). Whatever rows this lane loses against the Adversary's grammar-staged PNG suite NAMES the emitter gap (grow-to-match, fourth instrumentation). license_tier: ORIGINAL

dependencies 4 imports · 0 importers

nx_pattern_emit7.nx nx_pattern_emit8.nx nx_pattern_emit9.nx nx_syscalls.nx _race6_team_author.nx

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

main sys_mmap pe8_author_struct_walk2 p8_spec2_ok sys_openat_wr pe8_emit_struct_walk2 p8_w sys_write p8_emit_field2 p8_emit_field p8_w ↻ p8_wn sys_mmap ↻ sys_write ↻ p8_w ↻ p8_wn ↻ sys_close pe8_emit_struct_walk_test2 sys_mmap ↻ p8_build_image2 p8_crc32 p8_w ↻ p8_wn ↻ pe7_author_wire_tlv2 p7_spec2_ok p7_spec_ok sys_openat_wr ↻ pe7_emit_wire_tlv2 p7_w sys_write ↻ p7_wn sys_mmap ↻ sys_write ↻ p7_emit_lenread p7_w ↻ p7_wn ↻ p7_emit_adv p7_w ↻ p7_wn ↻ sys_close ↻

structs

none

consts

none

functions

12func r6a_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
14func main() -> i64