[Solved]Write Assembly Program Reads Two Floating Point Numbers Adds Follows Integer Part Entered Q37251953

i need a simple program
Write an assembly program that reads two floating-point numbers and adds them as follows: The integer part is entered through 5 switches connected to port A. (Unsigned: 0-31) The fraction part is entered through 8 switches connected to Port B. (Unsigned: 0-255) Your program must read the first number and store it in the data memory, read the second number and store it in the data memory, then add the two numbers and store the result in the data memory. Hint: Draw a diagram to show the format of the adopted floating point representation. Show transcribed image text Write an assembly program that reads two floating-point numbers and adds them as follows: The integer part is entered through 5 switches connected to port A. (Unsigned: 0-31) The fraction part is entered through 8 switches connected to Port B. (Unsigned: 0-255) Your program must read the first number and store it in the data memory, read the second number and store it in the data memory, then add the two numbers and store the result in the data memory. Hint: Draw a diagram to show the format of the adopted floating point representation.
Expert Answer
Answer to Write an assembly program that reads two floating-point numbers and adds them as follows: The integer part is entered th… . . .
OR

