Multiplying Numbers

Learn how to multiply the contents of registers and memory cells.

Instructions to multiply numbers

To multiply two numbers in pseudocode, we write the following:

Press + to interact
[b] <- [b] * [a]

This means that we multiply the number at the location ...