code wiki / _hdl_build / _race6_team_author2.nx
_race6_team_author2.nx
buildroot/runtime/_hdl_build/_race6_team_author2.nx
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
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
structs
| none |
consts
| none |
functions
| 8 | func 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 } |
| 10 | func main() -> i64 |