3-160
INSTRUCTION SET REFERENCE
ENTERMake Stack Frame for Procedure Parameters (Continued)
CONTINUE:
IF StackSize = 32
THEN
EBP
<
FrameTemp
ESP
<
EBP
?
Size;
ELSE (* StackSize = 16*)
BP
<
FrameTemp
SP
<
BP
?
Size;
FI;
END;
Flags Affected
None.
Protected Mode Exceptions
#SS(0)
If the new value of the SP or ESP register is outside the stack segment
limit.
#PF(fault-code)If a page fault occurs.
Real-Address Mode Exceptions
#SS(0)
If the new value of the SP or ESP register is outside the stack segment
limit.
Virtual-8086 Mode Exceptions
#SS(0)
If the new value of the SP or ESP register is outside the stack segment
limit.
#PF(fault-code)If a page fault occurs.