Strip the histories away and one mechanism recurs across every chip in this batch: a mode bit (or a small mode field) that selects the machine’s width and capabilities. The 65816’s E and M/X; the 286’s PE; x86-64’s LMA — each is one flag that folds a wider machine behind the old one, reachable and reversible without a new instruction set. It is what makes a permutation a permutation rather than a rewrite: the past stays underneath, selected by a bit. This dart names the pattern the whole batch is made of.
The demo uses a mode value to select the width mask — 8, 16, or 32 bits — the mechanism the whole lineage shares: live demo
“Each of these chips solved widening differently.” — they share one mechanism: a mode bit that selects the width. cited
One bit choosing how wide the machine is — the single mechanism the whole lineage is built from. mode
On the canonical compiler, a mode value selects the width mask — 0xFF, 0xFFFF, or 0xFFFFFFFF: