I use a PIC16F676 which has 368 bytes of ram.
I want to reserve 255 bytes of ram places for one name;
BUFFERS VAR BYTE [255]
Now i get an error while compiling the program.
The book says Max numbers of elements 96* and *= Processor dependant.
Why do I get an error still ??
Bookmarks