Extended multiply-subtract to the accumulator [V2.01.00 or later] |
||
tmp = (signed long) src * (signed long) src2;
This instruction multiplies src by src2, and subtracts the result to the value in the accumulator (ACC). The result of subtraction is stored in ACC. src and src2 are treated as signed integers. You can assemble assembly-language code that includes this instruction if you have specified the assembler option -isa with selection of the instruction set of the RXv2 or a later version.