Arithmetic Operations can be used to manipulate numerical values.

Arithmetic Operation Instructions

  • ADD dst, a, b - Add the values at a and b and store the result in dst.
  • SUB dst, a, b - Subtract the value at src2 from the value at src1 and store the result in dst.
  • MUL dst, a, b - Multiply the values at a and b and store the result in dst.