有没有现成的汇编2812中断向量表?求
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.
没有现成的这种文件,现在很少人用纯汇编了,楼主用C嵌汇编如何?
另外也可以考虑在汇编中包含C语言的头文件,比如:
.cdecls C,LIST,"Fortest2.h"
具体请参考: