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 bottom to top—it stacks up. When using the SMALL memory model, both the simulated stack and the 8051 hardware stack share the same memory area but grow towards each other...

My question is: if overlap occurs will Keil C compiler show any error message ?

Thanks in advance...

Parents Reply Children
More questions in this forum