- Write Assembly program to add two numbers using variables.
- Write Assembly program to subtract two numbers using variables.
- Write Assembly program to multiply two numbers
- Write Assembly program to get two single digit numbers from user using variables and add them.
- Convert this c++ code to assembly ; var4 = (var1 + var2) * var3