We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi all, i dont know that much about keil, and i want to know wether we can use pointers in keil like in C? If yes then how?? Thanking you.
"Keil C51 has extensions that allow you to declare memory-space-specific pointers" and also has extensions that allow you to specify which memory area is to be used by a variable definition. With pointers, you can use both of these extensions simulataneously: one to specify in which memory area the pointer value is stored, and another to specify in which memory area the "pointed-to" location lies! Yes, you guessed it: full details are in the Manual!