ENTRY_END (SH-4) (Windows Embedded CE 6.0)

1/5/2010

This macro ends the current routine specified by NESTED_ENTRY (SH-4) or LEAF_ENTRY (SH-4).

Syntax

ENTRY_END [Name]

Parameters

  • Name
    Name is the entry point and is in the global name space.See Remarks.

Return Values

None.

Remarks

Name should be the same name used in the NESTED_ENTRY or LEAF_ENTRY macros.

The ENTRY_END (SH-4) macro currently ignores Name.

See Also

Reference

SH-4 Assembler Macros
NESTED_ENTRY (SH-4)
LEAF_ENTRY (SH-4)