Suppose your stack was allocated to be between addresses 0x10001000 and 0x100011FF. Imagine the stack pointer was currently pointing at 0x10001174. How many more words can you push to the stack and not have a problem for the following 4 stack policies:


a. Empty ascending

b. Empty descending

c. Full ascending

d. Full descending