This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
难道不应该是这三个吗????
extern Uint16 RamfuncsLoadStart;
extern Uint16 RamfuncsLoadEnd;
extern Uint16 RamfuncsRunStart;
为什么样例中是这三个???
extern Uint16 RamfuncsLoadStart;
extern Uint16 RamfuncsLoadSize;
extern Uint16 RamfuncsLoadSize;
问题2 : 为什么cmd文件中_RamfuncsLoadStart 都有“_” 而主程序中却是RamfuncsLoadStart 没有“_”??