Flags and
V
Modes
Repeat
Example
; Call FuncA if VarA does not equal zero. This example only
; works for code located in upper 64K of program space:
MOV
XCALL
FuncA:
XRETC
If the V flag is tested by the condition, then V is cleared.
This instruction is not repeatable. If this instruction follows the RPT
instruction, it resets the repeat counter (RPTC) and executes only once.
AL,@VarA
FuncA,NEQ
.
.
.
.
UNC
; Load AL with VarA
; Call FuncA if not equal to zero
; Function A:
; Return unconditionally
XCALL pma,COND
6-377
Need help?
Do you have a question about the TMS320C28x and is the answer not in the manual?