Programming Libraries: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
m (1 revision: Rest of pages not related to reference)
(→‎Math: Added multiplication and division by constant integers)
Line 10: Line 10:


== Math ==
== Math ==
*[[Multiplication by a constant integer]]
*[[Division by a constant integer]]
*[[16-bit BCD|An efficient 16-bit binary to decimal converter]]
*[[16-bit BCD|An efficient 16-bit binary to decimal converter]]
*[[8-bit Multiply|Multiplies two 8-bit integers to a 16-bit result]]
*[[8-bit Multiply|Multiplies two 8-bit integers to a 16-bit result]]
*[[8-bit Divide|Divide two 8-bit integers to a 16-bit result]]
*[[8-bit Divide|Divide two 8-bit integers to a 16-bit result]]
*[[Fast signed multiply|Fast table driven multiplication]]
*[[Fast signed multiply|Fast table driven multiplication]]

Revision as of 20:31, 17 November 2009