Adding Numbers to Memory Cells

Learn how to add the numbers in the memory cells.

We'll cover the following...

Adding numbers

Now, let’s look at the following pseudocode statement in more detail:

[b] <- [b] + [a]

To recall, a and b mean the names of locations (addresses) 00000000004b2b00 and 00000000004b2b04, respectively, whereas [a] and [b] mean contents at addresses a ...