code wiki / _hdl_build / nx_kkfacts_gate.nx
nx_kkfacts_gate.nx
buildroot/runtime/_hdl_build/nx_kkfacts_gate.nx
about
nx_kkfacts_gate.nx -- prove the Koikatsu card probe: a card is recognized by its STRUCTURE, a
plain PNG is not a card, truncation refuses to count. Fixture built from the published card
shape (PNG + IEND + KoiKatuChara marker + block names), not from any real creator's card.
license_tier: ORIGINAL No hw writes (Rule 26).
dependencies 3 imports · 0 importers
imports: nx_syscalls.nxnx_gate_verdict.nxnx_kkfacts_lib.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
| 9 | func kg_s(b: *u8, at: i64, s: *u8) -> i64 { var i: i64 = 0; var p: i64 = at; while s[i] != (0 as u8) { b[p] = s[i]; p = p + 1; i = i + 1 } return p } called by 1: kg_card |
| 12 | func kg_card(b: *u8, with_marker: i64) -> i64 |
| 30 | func main(argc: i64, argv: *i64) -> i64 |