•We can think of a computer
program as a sequence of instructions for manipulation of
contents of memory cells and registers
•For example, addition: add the
contents of memory cell №12 to the contents of memory
cell №14.
• In notation
[14] := [14] + [12]
•Because memory cells contain
“numbers” we start with simple arithmetic