.ent Directive

Syntax

.ent proc_name

Description

The .ent directive sets the beginning of the procedure proc_name. Use this directive when you want to generate information for the debugger. The .end directive sets the end of a procedure.