初学者:请教老古
#pragma code symbols debug oe
#include <reg52.h>
#include <stdio.h>
void main()
{ typedef unsigned int uint;
uint i=0;
uint result;
/*13*/ P1^3 = 1;
/*14*/ P1^3 = 0;
i++;
}
这是一个试验程序,为什么编译通不过?
*** ERROR C141 IN LINE 13 OF .\C51TEST.C: syntax error near '='
*** ERROR C141 IN LINE 14 OF .\C51TEST.C: syntax error near '='
发表时间:2002年5月3日15:08:00