code wiki / _hdl_build / _race6_team_author2.nx

_race6_team_author2.nx

buildroot/runtime/_hdl_build/_race6_team_author2.nx

1245 B26 linesdepth 3pulls 3 transitivereach 0 importersview sourcekind tooltopic race6
docsdependenciesstructsconstsfunctions

about

_race6_team_author2.nx -- the BUILDER re-authoring the race-6 PNG core AFTER the growth rung (race-6b). Race-6a's 8 lost rows named ONE concept: the 4 trailing CRC bytes. emit7 v3 makes trail_w a spec param; the core keeps its name (_pe_png) so the emit9 lane is untouched. Rail proven: trail_w=9 is REFUSED. license_tier: ORIGINAL

dependencies 2 imports · 0 importers

nx_pattern_emit7.nx nx_syscalls.nx _race6_team_author2.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 sys_mmap pe7_author_wire_tlv3 p7_spec3_ok p7_spec2_ok p7_spec_ok sys_openat_wr pe7_emit_wire_tlv3 p7_w sys_write p7_wn sys_mmap ↻ sys_write ↻ p7_emit_lenread p7_w ↻ p7_wn ↻ p7_emit_guard3 p7_w ↻ p7_wn ↻ p7_emit_adv3 p7_w ↻ p7_wn ↻ sys_close pe7_emit_wire_tlv_test3 sys_mmap ↻ p7_put_be p7_put_le p7_w ↻ p7_wn ↻ r6b_w sys_write ↻ sys_exit

structs

none

consts

none

functions

8func r6b_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