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

How can we use pointers in Keil.

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.

Parents
  • "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!

Reply
  • "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!

Children
No data