我用mc9s12ne64做webserver的程序,用了网上的程序,实验通过了。我看过这个论坛的关于中断向量的设置,但发现prm文件后面写成如下语句,不明白是什么意思?
ENTRIES /* keep the following unreferenced variables */ /* OSEK: always allocate the vector table and all dependent objects */ //_vectab OsBuildNumber _OsOrtiStackStart _OsOrtiStart END
STACKSIZE 0x100 INIT _EntryPoint //VECTOR 0 _Startup /* Reset vector: this is the default entry point for a C/C++ application. */ //VECTOR 0 Entry /* Reset vector: this is the default entry point for an Assembly application. */ //INIT Entry /* For assembly applications: that this is as well the initialization entry point */ //STACKTOP 0x3FFF |