
PMode Address -> Segment:Offset Address
Quote:
>How do I convert a protected mode address like 000A0000 to a real mode
>address like A000:000
There is no concept of "protected mode" and "real mode" in C. If your
platform has these concepts it is up to your platform to define how to
convert between them. It may not be possible for a user program and it
it is the approach may vary from system to system. You need to ask in a
newsgroup relating to your specific platform/compiler.
--
-----------------------------------------
-----------------------------------------