use_frame

Controls the use of the BP register for stack frames.

Syntax

#pragma use_frame on | off | reset

Targets
Intel x86
Remarks

If you enable this pragma, the compiler uses the BP register to point to the start of the stack frame.

To check this setting, use __option (use_frame), described in Checking Settings.