This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Trouble with making delay with RPT Assembly command on 2808 proc

I need a short delay written in Assembly by repeating NOP command. I would like to do so with RPT command as described in : TMS320C28x CPU and Instruction Set Reference Guide (literature Nr. SPRU430E) on page 6-250. 

I wrote following command lines;

RPT       #10

|| NOP

CCS debugger does not recognise the " || NOP " as a valid command (text appear in green color, same as the comments). Why is that?

I also would like to know what "    | |    " stands for, because it is also not recognised and it shows up as green text.

Please advice how to do use RPT command correctly.

Thank you for answers