TSK3000A Generic Instruction - MULT

Frozen Content

Instruction:    Multiply

Assembler Format
Example
Translates to...

mult rA, rB

mult $3, $4

mult $0, rA, rB

mult rA, IMM32

mult $3, 0x12345678

li $at, IMM32
mult rA, $at

mult rC, rA, IMM32

mult $2, $3, 0x12345678

LI $AT, IMM32
mult rC, rA, $at

You are reporting an issue with the following selected text and/or image within the active document: