Multiplying Numbers
Learn how to multiply the contents of registers and memory cells.
We'll cover the following...
Multiplication
To multiply two numbers, in pseudocode, we write:
(b) * (a) -> (b)
This means that we want the program to multiply the number at the address (location) ...