- nonregister
-
a) Not a register.
Typically, the second operand may be obtained from a nonregister memory location.
b) Not stored in a register.Functions need to access two kinds of nonregister variables: formal parameters and local auto variables. Both types are allocated on the stack.
Wikipedia foundation.