• 0 Posts
  • 6 Comments
Joined 11 months ago
cake
Cake day: October 27th, 2023

help-circle
  • 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.