Im a bit new to the asm stuff. Looking through asm generated from C for TI's C28x CPU and have the instruction
MOVL *+XAR4[0],ACC
I know its a long operand move instruction that takes the value in the accumulator and puts it in the location pointed at by.... what?
XAR4 is auxiliary register 4 but what does the '+' and '[0]' do? Will they take extra cycles?