code wiki / _hdl_build / nx_galx_tags_gate.nx
nx_galx_tags_gate.nx
buildroot/runtime/_hdl_build/nx_galx_tags_gate.nx
about
nx_galx_tags_gate.nx -- sovereign gate for nx_galx_tags. Builds a tag-op log via tg_op_line (dogfood),
then asserts tg_tags_for_id / tg_ids_for_tag replay it to the correct CURRENT set: add, remove (v=0),
last-wins, multi-tag ordering, and absent id/tag. No bash. license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_galx_tags.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
| 7 | func gp_p(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 8 | func gp_n(v: i64) -> i64 |
| 16 | func gp_jeq(out: *u8, len: i64, exp: *u8) -> i64 called by 1: chk_j |
| 23 | func chk_j(label: *u8, out: *u8, len: i64, exp: *u8) -> i64 |
| 28 | func main(argc: i64, argv: *i64) -> i64 |