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
(→‎Reference: book 1)
(definition)
 
(One intermediate revision by the same user not shown)
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]]
Line 4: Line 6:
=== Reference ===
=== Reference ===
* [https://archive.org/details/SNESDevManual/book1/page/n75 page 2-10-1 of Book I] of the official Super Nintendo development manual
* [https://archive.org/details/SNESDevManual/book1/page/n75 page 2-10-1 of Book I] of the official Super Nintendo development manual
[[Category:ASM]]

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