Share via


LEAF_ENTRY (ARM)

9/7/2007

This macro declares the beginning of a routine that does not require prolog code.

Syntax

LEAF_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

Name ** is in the global name space.

A LEAF_ENTRY must have an associated ENTRY_END (ARM).

See Also

Reference

ENTRY_END (ARM)
PROLOG_END (ARM)