• Stack
    Hi All, I have this following example program, Here in this code when I simulate,The stack gets initialised to 0x69. PROG SEGMENT CODE CONST SEGMENT CODE VAR1 SEGMENT DATA BITVAR SEGMENT BIT STACK...
  • Stack
    Hi, I want to know the order in which processor save data on stack while interrupt occurs. It will store PC, PSW, and other data i.e. registers. In which order it will save these on stack ? In...
  • 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...
  • stack
    I am writing a code in embedded C.I would like to know how much should be my stack? How to calculate it?.
  • Stack
    Hello, I'm working on the XC164X µc and I've a question concerning the storage of registers in stack when interrupt occur. The function is written in c language void ItFunc (void) interrupt...