(Solved): Problem\#1 Write a program to add two 16 bit numbers that are stored at \( \$ 1500 \sim \$ 1501 \) ...
Problem\#1 Write a program to add two 16 bit numbers that are stored at \( \$ 1500 \sim \$ 1501 \) and \( \$ 1502 \sim \$ 1503 \) and store the sum at \( \$ 1510 \sim \) \( \$ 1511 \). Draw the Flow Chart for the program Problem\#2 Write a program that adds 79E5 and E2 in hexadecimal and store the high byte into the memory location \( \$ 0806 \) and the low byte into the memory location \( \$ 0807 \). Draw the Flow Chart for the program Problem\#3 Write a program to subtract hex number stored at \( \$ 1504-\$ 1507 \) from the hex number stored at \( \$ 1500-1503 \) and save the result at \$1510-\$1513. Hint: the subtraction starts from the LSBs and proceeds toward the MSBs Draw the Flow Chart for the program