Term
A special array that is used as a temporary holding area for addresses and data |
|
Definition
|
|
Term
What instruction first decrements the stack pointer and then copies a source operand into the stack? |
|
Definition
|
|
Term
What instruction pushes the 32 bit general purpose registers onto the stack |
|
Definition
|
|
Term
What instruction pushes the 16 bit registers onto the stack? |
|
Definition
|
|
Term
What instruction pops the stack into the 32 bit registers? |
|
Definition
|
|
Term
What instruction pops the stack into the 16 bit registers? |
|
Definition
|
|
Term
What instruction pushes the 32 bit EFLAGS register onto the stack? |
|
Definition
|
|
Term
What instruction pops the stack into EFLAGS? |
|
Definition
|
|
Term
What instruction pushes the 16 bit FLAGS register onto the stack? |
|
Definition
|
|
Term
What instruction pops the stack into the 16 bit FLAGS register? |
|
Definition
|
|
Term
What is a names block of code declared using the PROC and ENDP directives? |
|
Definition
|
|
Term
A procedure's execution ends with what instruction? |
|
Definition
|
|
Term
What instruction executes a procedure by inserting the procedure's address into the instruction pointer register? |
|
Definition
|
|
Term
What character indicates that its preceding code label is only visible within its enclosing procedure? |
|
Definition
|
|
Term
What character indicates that its preceding code label is accessible from any statement in the same source code file? |
|
Definition
|
|
Term
What operator, coupled with the PROC directive, lets you list all registers modified by a procedure? |
|
Definition
|
|
Term
What is the name of the standard programming approach whereby you divide a program into procedures (functions)? |
|
Definition
|
|