Controls the use of the BP register for stack frames.
#pragma use_frame on | off | reset
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.