Write an assembly language program to allow user input for three numbers. Instead of being hardcoded, these numbers will be added and subtracted in your program.

a) Load 3, 1, 2
b) MOV AX, BX, CX
c) INPUT NUM1, NUM2, NUM3
d) ADD NUM1, NUM2, NUM3