Adest = (signed long) src * (signed long) src2;
This instruction multiplies src by src2, and places the result in the accumulator (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.