The 80386 (1985) is where the x86 permutation truly landed: full 32-bit registers and a flat 4GB address space (2₃₂ = 4,294,967,296 bytes), while still booting as an 8086 and able to run 16-bit code in a virtual-8086 sub-mode. This is IA-32, the architecture that ran the PC world for two decades. Where the 65816 line stopped at 16-bit, the 386 doubled again and kept the whole past reachable underneath — the permutation that stuck, and the direct ancestor of the 64-bit machine you are reading this on.
The demo shows the 32-bit register maximum (0xFFFFFFFF) and the 4GB address space it spans: live demo
“The 16-bit era just ended.” — the 386 doubled to 32-bit while keeping every earlier mode reachable underneath. cited
The word doubled to thirty-two and the whole past kept underneath — the permutation that stuck. 32-bit
On the canonical compiler, a 32-bit register maxes at 4,294,967,295 and the address space is 4GB: