Add two numbers
Number of submissions and other statistics here :) Add the numbers in the addresses 0x0 and 0x1 and store the result in the address 0x2.
This challenge does not include a competition and is meant as warmup and for testing.
Expected result:
memory[2] = memory[1] + memory[0]