• Reentrant stack
    can anyone give me idea about reentrant stack
  • Reentrant Stack
    Hi, I am using LARGE memory model for my project and so i enable reentrant stack in xdata by defining it in startup.a51 file as XBPSTACK EQU 1 Some of my function are defined reentrant for small...
  • Problem passing nested struct with pointer on the stack
    The following code (part of a simple GUI running on a 251 platform with an LCD) attempts to pass a struct which is a member of another struct on the stack. A pointer to the container struct is dereferenced...
  • Pointer to function
    Hello all, can anyone give an example or link how to use a pointer to a function? I have a function with an (unsigned char) argument and which returns also an (unsigned char) value and I want to access...
  • Reentrant stack & hardware stack ...
    From Cx51 User's guide, I learned that: The simulated stack area for reentrant functions is organized from top to bottom—it stacks down. The 8051 hardware stack is just the opposite and is organized...