C51编程:我的c语言嵌入汇编什么不行呢?
#include<reg52.h>
#include<absacc.h>
void test(void)
{
#pragma asm
MOV AX,0x12
#pragma endasm
}
void main(void)
{
void test();
}
编译的时候说:requires src-control to be active???
这是为什么?????
发表时间:2002年12月18日21:02:00