2026-08-20 - Flat memory layouts, and the same lesson learned twice

Done. Reworked the flat memory probes; all fifteen opcodes solve, and the two that matter most now decode their scalar base.

Verified. Gate green. global_store_dword and global_load_dword carry three operands each - address, data or destination, and the base - solved from six samples.

Surprises. Both are the same mistake seen from two angles, and both were already written down in this file before being made again.

Not done. Still no guest memory buffer, so every load and store is decoded and refused. The top five worklist entries wait on it, and it is the next unit: a second storage binding, an address-to-index rule, and a check that refuses a base register the translator cannot yet honour.