• Memory copy - xhuge and near model types
    Hello all, may you give me an explanation of following piece of code (target is ST10F276): U8 ndata * Dest; U8 xhuge * Source; register U16 wTemp; while([condition]) { ..... wTemp = *((U16 xhuge...
  • Memory copy - xhuge and near model types
    Hello all, may you give me an explanation of following piece of code (target is ST10F276): U8 ndata * Dest; U8 xhuge * Source; register U16 wTemp; while([condition]) { ..... wTemp = *((U16 xhuge...
  • 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...