Search unanswered questions...
Enter a question here...

What is the difference between near far and huge pointers?

[Edit]

Answer

All three of these pointer types are specific to the Intel x86 segmented architecture, and those processors that emulate this architecture. Segmented architecture here refers to memory access. A memory address in this scenario could be an offset from a segment register. The near pointer is a 16-bit entity that contains just the offset from the default data segment register. The far pointer contains the segment address and the offset in a dual 16-bit structure. The huge pointer is the actual memory address, without reference to any segment register.

Improve Answer Discuss the question "What is the difference between near far and huge pointers?" Watch Question

First answer by Joe Sewell. Last edit by Joe Sewell. Contributor trust: 939 [recommend contributor]. Question popularity: 19 [recommend question]

Research your answer:

Answers.com > Wiki Answers > Categories > Technology > Computers > What is the difference between near far and huge pointers?

Our contributors said this page should be displayed for the questions below. (Where do these come from)
If any of these are not a genuine rephrasing of the question, please help out and edit these alternates.
What is difference among near far huge pointers?  What is difference between near far and huge pointers?  Why is the size of far near and huge pointers different?  What is the difference between far pointers and huge pointers?