"不屑+憂鬱的瓶子" 撰寫於文章 <3SRX26$ST1@bbs.mgt.ncu.edu.tw>...
>嗯!!如題......
>int86(,,);.......
>希望能回應....謝謝!!
你可以參考 <dos.h> 內的 keep() 函式的用法. 比方:
#include <dos.h>
extern void far _heapbase;
int main()
{
keep(0,FP_SEG(_heapbase)-_psp);
}
keep() 函式是呼叫 dos int 21h ah=0x31 的呼叫.