You copied the Doc URL to your clipboard.
FRAME UNWIND OFF
The FRAME UNWIND OFF
directive instructs the assembler to produce no unwind tables for this and subsequent functions.
Syntax
FRAME UNWIND OFF
Usage
You can use this directive outside functions. In this case, the assembler produces no unwind
tables for all following functions until it reaches a FRAME UNWIND ON
directive.