code wiki / _hdl_build / nx_share_plane_gate.nx
nx_share_plane_gate.nx
buildroot/runtime/_hdl_build/nx_share_plane_gate.nx
about
nx_share_plane_gate.nx -- the regression proof for the share plane. Every tooth is stated as the ATTACK
it blocks, because a sharing plane's job is refusal: the failure mode is not "the feature is missing",
it is "someone saw something they should not have", and that failure is silent.
license_tier: ORIGINAL expect_exit: 0
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_share_plane.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 SG_CAP: i64 = 64 |
| 9 | const SG_ALICE: i64 = 1001 |
| 10 | const SG_BOB: i64 = 1002 |
| 11 | const SG_CARA: i64 = 1003 |
| 12 | const SG_DAN: i64 = 1004 |
| 13 | const SG_ALBUM: i64 = 7001 |
| 14 | const SG_CARD: i64 = 7002 |
functions
| 16 | func g_w(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 17 | func g_n(v: i64) -> i64 |
| 27 | func g_t(pass: i64, label: *u8, fails: *i64) -> i64 |
| 32 | func fresh() -> *i64 |
| 38 | func main() -> i64 |