code wiki / _hdl_build / nx_graphics_board.nx

nx_graphics_board.nx

buildroot/runtime/_hdl_build/nx_graphics_board.nx

32305 B73 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind tooltopic graphics
docsdependenciesstructsconstsfunctions

about

nx_graphics_board.nx -- serves the sovereign graphics/game SOTA JSON (the /compare/graphics + MCP + atlas interchange). Self-contained emitter of the GATE-PROVEN result from nx_graphics_sota_rollup (coverage 644, 2026-07-18): the GATE liar-kills locally against real render artifacts; this BOARD serves the verified result with NO file deps, so it runs anywhere -- including the NAS as an MCP tool. Re-bake when the gate score moves. license_tier: ORIGINAL expect_exit: 0

dependencies 1 imports · 0 importers

nx_syscalls.nx nx_graphics_board.nx

imports: nx_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 ocat aj ocat ↻ sys_write

structs

none

consts

7const K_MAGIC_262144: i64 = 262144

functions

9func ocat(o: *u8, at: i64, s: *u8) -> i64 { var i: i64=0; var a: i64=at; while s[i]!=(0 as u8){o[a]=s[i]; a=a+1; i=i+1} return a }
called by 2: ajmain
10func aj(jb: *u8, jo: *i64, first: *i64, name: *u8, verdict: *u8, art: *u8) -> i64
called by 1: main calls 1: ocat
23func main() -> i64