* Question
| According to the direction of the increase or decrease of the stack pointer and whether the storage unit pointed to by the pointer is empty, what kind of stacking methods are there? |
* Answer
| There are 4 stack modes: full increment, null increment, full decrement, and empty decrement. |

COMMENTS