Submitted Questions

  • what is far pointer?

    jintojos

    • Jul 7th, 2008

    Far pointers are mainly used for 32 bit addressing that is the segment offset addressing. Normal pointers can onLy access the memory locations which is allocated by the compiler for that program. Far...

    mahendra

    • Apr 11th, 2006

    When the function is present out side the segment, it requires base address and offsetaddress. To access the function, the base and offset addersses are required to specify. This is like the far jum...