Section 3 DSP Operation
Rev. 4.00 Sep. 14, 2005 Page 131 of 982
REJ09B0023-0400
CASE 1: 1 Repeated Instruction
REPEAT RptStart, RptStart, RptCount;
- - - -
instr0;
RptStart: instr1; Repeated instruction
instr2;
CASE 2: 2 Repeated Instructions
REPEAT RptStart, RptEnd, RptCount;
- - - -
instr0;
RptStart: instr1; Repeated instruction 1
RptEnd: instr2; Repeated instruction 2
CASE 3: 3 Repeated Instructions
REPEAT RptStart, RptEnd, RptCount;
- - - -
instr0;
RptStart: instr1; Repeated instruction 1
instr2; Repeated instruction 2
RptEnd: instr3; Repeated instruction 3