code wiki / _hdl_build / nx_h264_research_run.nx
nx_h264_research_run.nx
buildroot/runtime/_hdl_build/nx_h264_research_run.nx
about
nx_h264_research_run.nx -- the SOVEREIGN half of the H.264-codec research pass.
Fetch was done by the tool layer (WebFetch -> knowledge/fetched/h264_codec_research.txt);
this drives the team's deterministic sovereign extractor (ce_extract) over it.
Fetch = tool; extract = Nishi. Mirrors _research_run.nx. license_tier: ORIGINAL
dependencies 3 imports · 0 importers
imports: nx_claim_extract.nxnx_itoa_lib.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
| 8 | const K_MAGIC_262144: i64 = 262144 |
| 9 | const K_MAGIC_262143: i64 = 262143 |
functions
| 11 | func rr_puts(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 16 | func rr_putn(v: i64) -> i64 { nxi_out(v); return 0 } |
| 18 | func main() -> i64 |