Hi,
I am a beginner in ASM coding for processor C55x. I have some doubts regarding the following lines of code.
SFTS AC0,#1 ;
|| MOV #4, BRC1 ; inner loop counter set to number of iterations-1
as a beginner I have some questions :
What is the importance of ‘ || ‘ here?
Is it refers to parallel operation or anything else?
is there any difference without ' || '?