No Operation NOP

Example 1

NOP

 

 

 

 

MVK

.S1

125h,A1

 

 

 

Before NOP

 

A1

 

 

1234 5678h

 

 

 

 

 

A1

1 cycle after NOP

 

1 cycle after

(No operation

 

executes)

 

MVK

 

 

 

 

1234 5678h

 

A1

0000 0125h

 

 

 

 

Example 2

MVK

.S1

1,A1

 

MVKLH

.S1

0,A1

 

NOP

5

 

 

ADD

.L1

A1,A2,A1

 

1 cycle after ADD

 

instruction (6 cycles

Before NOP 5

after NOP 5)

A1

A2

0000 0001h

0000 0003h

A1

A2

0000 0004h

0000 0003h

SPRU733

Instruction Set

3-191

Page 251
Image 251
Texas Instruments TMS320C67X/C67X+ DSP manual Before NOP, Cycle after NOP, No operation Executes, Cycle after ADD