<<< Pointers | Index | NEAR Pointers >>> |
Intel-based programs use two basic types of pointers, NEAR and FAR.
Pointer sizes are affected by the processor's current mode:
l6-bit Real Mode
or 32-bit Protected Mode.
(Our discussion about x86 memory modes comes later in this course.)
<<< Pointers | Index | NEAR Pointers >>> |