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 speed)
(added microseconds)
Line 7: Line 7:
|'''Speed'''
|'''Speed'''
|26 cycles
|26 cycles
3.4 μs
|}
|}



Revision as of 00:02, 23 July 2023

Basic Info
Opcode 00
Speed 26 cycles

3.4 μs

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