This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

plz query this program

#include<stdio.h>
#include<reg52.h>
#define XBYTE ((unsigned char xdata*) 0

unsigned char dummy = 0x55;
bit bitValue;

void main (void)
{ bitValue = dummy & 0x40;
%% XBYTE [0x1234] = 0x55; return;
} The Error is: %%

subscript on non array or too many dimensions.
syntex error .

0