Texas Instruments MSP50C6xx User Manual

Page 172

Advertising
background image

Individual Instruction Descriptions

4-86

Note:

You can not RET to a RET. For example, the following code can cause prob-
lems:

CALL

my sub

RET

To eliminate any problem, a NOP (or other code) should be inserted between
the CALL and the RET. For example:

CALL

my sub

NOP
RET

Advertising