Question In Assembly Language. You Are Required To Code, Assemble, And Test An Assembly Program That Requests The User To Enter Two Single-digit Decimal Numbers Then Divide The First Number By The Second, And Display The Result Of The Division Correct To

匿名用户 最后更新于 2021-11-29 17:10 计算机类Computing

Question in Assembly Language.

You are required to code, assemble, and test an assembly programthat requests the user to enter two single-digit decimalnumbers then divide the first number by thesecond, and display the result of thedivision correct to 1 decimal place.

For example:

Enter the first number: 9

Enter the second number: 4

9 / 4 = 2.2

You are required to submit:

  1. A flowchart for the program.
  2. The source code.

Please help me compile the source code and a flowchartfor the program, thank you.

已邀请: