Displaying 1 result from an estimated 1 matches for "pm_func".
Did you mean:
m_func
2009 May 31
2
Calling between real mode and protected mode on the core32 branch
...was probably something that really
should be published more widely. This is the *current state* of the
core32 branch; all this stuff is subject to change as development
progresses:
*** Call from real mode (16-bit) to protected mode (32-bit):
These calls are done with the pm_call macro:
extern pm_func
pm_call pm_func
the "extern" just tells NASM this is a symbol from outside the file; it
has the effect of being a prototype. I have started collecting the
external symbols into the header file extern.inc just to avoid
cluttering things up too badly, although there are still quite a few...