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/Scalar: Difference between revisions

From SnesLab
Jump to: navigation, search
(→‎References: bsnes implementation)
(what high nybble does)
Line 10: Line 10:
|}
|}


'''Scalar''' is a [[DSP1]] command.
'''Scalar''' is a [[DSP1]] command.  The high nybble of the opcode selects which attitude matrix.


=== Input Parameters ===
=== Input Parameters ===

Revision as of 23:12, 4 January 2024

Basic Info
Opcode nB
Speed 36 cycles

4.7 μs

Scalar is a DSP1 command. The high nybble of the opcode selects which attitude matrix.

Input Parameters

  • X is a vector component
  • Y is a vector component
  • Z is a vector component

Output Parameters

  • S is the inner product

References