addition-with-vars.icasm 64 B

12345
  1. ld @op1, 10
  2. ld @op2, 37
  3. add @op2, @op1, 0d2
  4. add 0d2, 3, 0d12
  5. hlt