Write the assembly language program code for the following flowchart.
a. Describe and analyze the contents of each register after the execution of the program.
b. Sketch a diagram showing the data transfer from CPU to memory and from memory to CPU, including the buses.
START
Get the first number from location 005AH
Get the second number from location 005BH
Add the two numbers
Store the result in location 005CH
END