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