this post was submitted on 28 Nov 2023
1 points (100.0% liked)
Hardware
48 readers
1 users here now
A place for quality hardware news, reviews, and intelligent discussion.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
With 16bit, programmers had to deal with far pointers, near pointers, segmentation. That was a lot harder than the flat linear 32 bit pointers. Also, the switch to 32bit was largely simultaneous with a switch to protected mode virtual memory, another huge quality of life improvement. The switch from 32 bit to 64 bit on x86 didn’t change anything about how programmers had to write their code.