C: What is cyclic nature for a far pointer ?
Answers
Answered by
0
In a segmented architecture computer, a far pointer is a pointer which includes a segment selector, making it possible to point to addresses outside of the default segment.
Comparison and arithmetic on far pointers is problematic: there can be several different segment-offset address pairs pointing to onephysical address.
In 16-bit x86
See also
References
Comparison and arithmetic on far pointers is problematic: there can be several different segment-offset address pairs pointing to onephysical address.
In 16-bit x86
See also
References
Similar questions