code wiki / _hdl_build / _race6_team_author.nx
_race6_team_author.nx
buildroot/runtime/_hdl_build/_race6_team_author.nx
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
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
| 12 | func 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 } |
| 14 | func main() -> i64 |