We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS

DSP1/Multiply: Difference between revisions

From SnesLab
Jump to: navigation, search
(added parameters)
(added speed)
Line 4: Line 4:
|'''Opcode'''
|'''Opcode'''
|00
|00
|+
|'''Speed'''
|26 cycles
|}
|}



Revision as of 16:22, 15 July 2023

Basic Info
Opcode 00
Speed 26 cycles

Multiply is a DSP1 command that performs a 16-bit multiplication.

Input Parameters

  • K is the multiplicand
  • I is the multiplier

Output Parameter

  • M is the product

References