• Generic Pointer: Memory Type Identification
    Hi, how can I identify a memory type of any generic pointer in C51 code? Thanks.
  • Generic Pointer: Memory Type Identification
    Hi, how can I identify a memory type of any generic pointer in C51 code? Thanks.
  • generic pointers and bad code problem
    I have searched the entire knowlege base and have not found an answer to a specfic question. how do you CAST a generic pointer to a memory specific pointer. There are examples in the manual for...
  • generic pointers and bad code problem
    I have searched the entire knowlege base and have not found an answer to a specfic question. how do you CAST a generic pointer to a memory specific pointer. There are examples in the manual for...
  • General Question Re: Memory Models and Abstract Pointers
    Hi All. I'm becoming more familiar with C51's various memory models, but I could use some confirmation on one issue. Here's a code snippet: char CODE_B = 'B'; char CODE_C = 'C'; ... void TaskShow...