单片机4程序.C(7): error C129: missing ';' before '_at_0x0000'为什么?
单片机4程序.C(7): error C129: missing ';' before '_at_0x0000'为什么?
日期:2014-05-11 12:30:05 人气:1
#include
#define uchar unsigned char
data uchar a,b,j;
sbit P3_4=P3^4;
sbit P3_5=P3^5;
xdata uchar buf1[10] _at_ 0x0000;
xdata uchar buf2[10] _at_ 0x2000;
xdata uchar buf3[10] _at_ 0x4000;
uchar code table[16]={
0xc0,0xf9,0xa4,0xb0,0x99,0x92,