nx_adversarial_list.nx
buildroot/runtime/nx_adversarial_list.nx
about
nx_adversarial_list.nx -- introspect the ADVERSARIAL GATE SUITE straight from the sovereign store
(knowledge/store/adversarial). READER-ONLY: no migrate, never touches the .conf -- so running this with the
migrate-source .conf ABSENT and still getting the full suite is the proof the STORE is the SSOT (store-law).
A tiny tool surface: `nx_adversarial_list` -> the gate names + count, one per line. license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_adversarial_sov.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
| 7 | const K_MAGIC_65536: i64 = 65536 |
functions
| 9 | func lp(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 10 | func ln(v: i64) -> i64 |
| 17 | func main() -> i64 |