Share via


NESTED_ENTRY (ARM) (Windows Embedded CE 6.0)

1/5/2010

This macro declares the beginning of a routine that either has an existing frame or creates a stack frame.

Syntax

NESTED_ENTRY Name[,[Section=]SectionName]

Parameters

  • Name
    The routine name.
  • SectionName
    Optional. The name of the section where the entry appears.Defaults to text.

Return Values

None.

Remarks

Nameis in the global name space.

A NESTED_ENTRY must have an associated PROLOG_END (ARM) and ENTRY_END (ARM).

See Also

Reference

ARM Assembler Macros
ENTRY_END (ARM)
PROLOG_END (ARM)