SUBROUTINE

Generate debugging information for a subroutine.

SUBROUTINE "function", label, size

Remarks

The SUBROUTINE directive causes the assembler to generate debugging information for a subroutine. The subroutine uses the specified function. The label identifies the subroutine by name. The size value specifies the subroutine size. This directive applies to the DSP56800 and DSP56800E processors.

Example

SUBROUTINE "FSTART_", FSTART_, FSTARTEND-FSTART_

_FSTART:

jsr

_FSTARTEND: