以下是引用boblhh9999在2004-7-1 上午 02:19:07的发言:
在TC20中实现计算机启动的方法:
unsigned char code[]={0xea,0x0,0x0,0xff,0xff};
( *(void(far *)())code  (); //启动计算机 |
|