• 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...
  • 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...
  • Memory model vs. memory allocation.
    Suppose I have declared in my C code that the memory model is LARGE, then when initialize the memory pool and allocate memory segment, should I specify the location of the memory segment? In other...
  • Memory model vs. memory allocation.
    Suppose I have declared in my C code that the memory model is LARGE, then when initialize the memory pool and allocate memory segment, should I specify the location of the memory segment? In other...
  • memory model
    I am a fresher i have completed B.E(ECE). I have recently attended GE interview, in that he asked me a question that which memory you have been using in your project...... The project i have done in...