10
“Arithmetical” Project – Calculations (Picture 3)
•[a] := 1
•[b] := 1
•[b] := [b] + [a] ; b = 2
•[b] := [b] * 2    ; b = 4
mov [a], 1
mov [b], 1