ENTRXP

Start checking for invalid P memory instructions.

ENTRXP

Remarks

The ENTRXP directive causes the assembler to verify that all instructions between the ENTRXP directive and the EXITXP directive avoid using restricted instructions not allowed for programs running from P memory space. A restricted instruction is any instruction with a dual parallel read, or any move instruction that accesses program memory.

This directive applies to the DSP56800E processor.

Example

ENTRXP

; insert here program that runs in P memory

EXITXP

See also

EXITXP