我做过如下尝试,都不行,cvi里能嵌入汇编吗?
(1)我直接在c源文件里加入汇编,出现编译错误,如下
程序:
int main()
{
int i=0;
asm push bp;
}
错误: Undeclared identifier 'asm'.
(2)用tasm将汇编源程序编译成obj文件,加入cvi工程,出现链接错误:
The file format of "c:\EIO.OBJ" does not match that used by the current
compatibility mode.