Here is a simple Question for an x86 Microprocessor in Assembly Code. When a [PUSH reg] command is executed does the Stack Pointer get Decremented before or after the [reg] gets added to the stack. Same goes for the [POP reg] does the SP get incremented befor or after reading the [reg].
↧