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

Complementary Multiplication: Difference between revisions

From SnesLab
Jump to: navigation, search
(ASM category)
(definition)
 
Line 1: Line 1:
This feature multiplies a 16-bit value by an 8-bit value, yielding a 24-bit product.  All inputs/outputs are signed two's complement.
=== See Also ===
=== See Also ===
* [[Mode 7]]
* [[Mode 7]]

Latest revision as of 15:09, 21 August 2024

This feature multiplies a 16-bit value by an 8-bit value, yielding a 24-bit product. All inputs/outputs are signed two's complement.

See Also

Reference