Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1019 Bytes

dot-fpo.md

File metadata and controls

40 lines (28 loc) · 1019 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: .FPO (32-bit MASM)
.FPO
11/05/2019
.FPO
.FPO directive
35f4cd61-32f9-4262-b657-73f04f775d09

.FPO (32-bit MASM)

The .FPO directive controls the emission of debug records to the .debug$F segment or section. (32-bit MASM only.)

Syntax

.FPO (cdwLocals, cdwParams, cbProlog, cbRegs, fUseBP, cbFrame)

Parameters

cdwLocals
Number of local variables, an unsigned 32 bit value.

cdwParams
Size of the parameters in DWORDS, an unsigned 16 bit value.

cbProlog
Number of bytes in the function prolog code, an unsigned 8 bit value.

cbRegs
Number registers saved.

fUseBP
Indicates whether the EBP register has been allocated. either 0 or 1.

cbFrame
Indicates the frame type. See FPO_DATA for more information.

See also

Directives reference
MASM BNF Grammar