4.6.2 Integer Expressions
An integer expression is one or more arguments delimited by operators. Arguments are symbols, numbers or subexpressions. Subexpressions are a left parenthesis ‘(’ followed by an integer expression, followed by a right parenthesis ‘)’; or a prefix operator followed by an argument.
Integer expressions involving symbols in program memory are evaluated in Program Counter (PC) units. On a DSC device, the PC increments by 2 for each instruction word.
Branch After a Label:
Branch to the next instruction after label L
by specifying L+2
as the destination.
bra L+2