I have a slight problem with the following code:
unsigned char code * code x[] = {"a", "b", "c"}; void main() { unsigned char a; for(;;) a = x[0][0]; }
View all questions in Keil forum