So, I'm restructuring a method here of how I'm doing something, and I'm realizing that the simplest way to achieve this would be a simple multiplication...but I know that's not such a simple thing if not by a power of two in ASM. What's the best method you guys have for multiplying arbitrary, variable numbers?
**edit** Also - in this case, these numbers will generally be small...all products would be under 64 in value.
Thanks!
**edit** Also - in this case, these numbers will generally be small...all products would be under 64 in value.
Thanks!