What are near, far and huge pointers?
The primary example is the Intel X86 architecture. The Intel 8086 was, internally, a 16-bit processor: all of its registers were 16 bits wide. However, the address bus was 20 bits wide (1 MiB). This meant that you couldn’t hold an entire address in a register, limiting you to the first 64 kiB. Intel’s solution … Read more