www.delorie.com/djgpp/v2faq/faq140.html | search |
| Previous | Next | Up | Top |
spawnXX
function call. On the DJGPP side, you can directly call 16-bit functions from the real-mode program using the library function called
__dpmi_simulate_real_mode_procedure_retf
, provided the 16-bit program passes the CS:IP values of these functions to the 32-bit program. You can even put your 16-bit code as binary
instructions into a buffer allocated in low memory and call it with __dpmi_simulate_real_mode_procedure_retf
(but if you can do that, you can probably also disassemble the code into a
source form and submit it to Gas). Now will you consider sticking with DJGPP? Please??...
webmaster donations bookstore | delorie software privacy |
Copyright ⌐ 1998 by Eli Zaretskii | Updated Sep 1998 |
You can help support this site by visiting the advertisers that sponsor it! (only once each, though)