Cross-file symbol audit and bulk hardcoded-reference cleanup for the Zeliard tasm source. Picks up where /asm-cleanup (per-file) and /label-audit (per-address) leave off — sweeps related symbols across many chunks at once, detects drift between speculative names, replaces raw `ds:[NNh]`/`cs:[NNNh]` operands with symbolic EQUs, maps driver dispatch slots, and resolves conflicting evidence between chunks. Use when many chunks reference the same address with different speculative names, when a chunk has dozens of unresolved hardcoded operands, or when you need to consolidate an entire driver-dispatch table or player-record byte map.
Audit and decode a single label or address in the Zeliard tasm source. Gathers static evidence (access pattern, all names at the address, ref counts), traces usage to find the canonical owner, applies an evidence-supported rename or annotation, and verifies SAR builds bit-perfect. Use when a label looks speculative ("ply_walk_speed", "gvar_flag_FFNN", "reserved", "unknown player state byte") or when multiple files name the same address differently.