USES Operator
USES operator, coupled with the PROC directive, lets you list the names of all registers modified within a procedure.
It performs two tasks:
PUSH instructions that save the registers on the stack at the beginning of the procedure.
POP instructions that restore the register values at the end of the procedure.
USES operator immediately follows PROC, and is itself followed by a list of registers on the same line separated by spaces or tabs (not commas).
| Converting Lowercase Letters into Uppercase Letters by Using | |
|---|---|
PUSHAD Instruction |
USES Operator
|