NESTED_ENTRY (SH-4) (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
    Name is the routine name and is in the global name space.
  • SectionName
    SectionName is the name of the section in which the entry will appear; it is optional and defaults to text.

Return Values

None.

Remarks

A NESTED_ENTRY must have an associated PROLOG_END (SH-4) and ENTRY_END (SH-4).

See Also

Reference

SH-4 Assembler Macros
ENTRY_END (SH-4)
PROLOG_END (SH-4)