code wiki / _hdl_build / nx_coach_exceed.nx
nx_coach_exceed.nx
buildroot/runtime/_hdl_build/nx_coach_exceed.nx
about
nx_coach_exceed.nx -- the MEASURED s-class-EXCEED benchmark for the COACH PLATFORM'S COMMONALITIES (the SHARED
rungs across every discipline: the loop, the two engines, the store, gamify, serve, on the sovereign substrate).
Operator 2026-06-28: "make sure the commonalities are s class exceed hardware rung up each rung." Per the no-wave
law: an EXCEED is claimed ONLY where MEASURED here (or true BY CONSTRUCTION + cited); the rest is honest-BEHIND;
a fabricated claim is liar-killed. Incumbents = Yousician/Vanido (music), pose-apps (dance), public-speaking/
coaching apps -- the by-design yardstick (cited, not run; running their cloud/ML stacks would violate the very
sovereignty we measure). HARDWARE-RUNG-UP floor = CAP-COACH is god-rooted (nx_genesis_trace orphans=0, verified).
license_tier: ORIGINAL
dependencies 3 imports · 0 importers
imports: nx_seg_store.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
| 12 | const K_MAGIC_1731: i64 = 1731 |
| 13 | const K_MAGIC_43000: i64 = 43000 |
| 14 | const K_MAGIC_44000: i64 = 44000 |
functions
| 16 | func ex_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 21 | func ex_putn(v: i64) -> i64 { nxi_out(v); return 0 } |
| 22 | func ex_has(b: *u8, n: i64, needle: *u8) -> i64 called by 1: main |
| 29 | func ex_dim(name: *u8, verdict: *u8, basis: *u8, incumbent: *u8) -> i64 |
| 34 | func ex_cents(f_chz: i64, tgt_chz: i64) -> i64 { return K_MAGIC_1731 * (f_chz - tgt_chz) / tgt_chz } called by 1: main |
| 36 | func ex_gam_record(xp: i64, points: i64) -> i64 { var p: i64 = points; if p < 0 { p = 0 } return xp + p } called by 1: main |
| 37 | func main() -> i64 |