Write a program that asks the user for two double-digit numbers, which should be input from the keyboard. The program should store the digits in the EAX and EBX registers, respectively. It should then perform addition, multiplication, and subtraction operations on the values and store the results in the memory locations res1, res2, and res3. Finally, the program should display the results.