Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

80x86 Assembly Language Program ****NOTE: IGNORE SUBMISSION **** CSCI 112 (Fall 2018) Lab 5 15 pts Multiplication/division/string manipulation The formula for converting a Fahrenheit temperature

80x86 Assembly Language Program

image text in transcribed

****NOTE: IGNORE SUBMISSION ****

CSCI 112 (Fall 2018) Lab 5 15 pts Multiplication/division/string manipulation The formula for converting a Fahrenheit temperature to the Celsius temperature is C (5/9) *(F- 32) Using the Windows32 framework (Windows64 framework for 64bit users), write a complete 80x86 assembly language program for the following task: Program prompts and accesses four Fahrenheit temperatures (with four separate input dialog boxes) and calculates and displays the corresponding four Celsius temperatures with the average Celsius temperature in one output message box. Step1: read 4 Fahrenheit temperatures, with 4 separate input dialog boxes Step2: compute the corresponding 4 Celsius temperatures Step3: compute the average of the 4 Celsius temperatures; Step4: manipulate strings and display the output in one output message box, i.e., Fahrenheit temperatures: F1 F2 F3 F4 Celsius temperatures C1 C2 C3 C4 Average C temperature: C5 Please use the following test input (Fahrenheit temperatures) for the submission: 70, 80, 90, 100 You may use any loop instructions if you like to, but not necessarily. Submission: Include a global documentation in the code, i.e, at least program description (what This program does), what are input and output, etc., and submit hard copy of the listing file (lst file) and run time output (screen capture of the output message box) - please do not edit or write output by hand CSCI 112 (Fall 2018) Lab 5 15 pts Multiplication/division/string manipulation The formula for converting a Fahrenheit temperature to the Celsius temperature is C (5/9) *(F- 32) Using the Windows32 framework (Windows64 framework for 64bit users), write a complete 80x86 assembly language program for the following task: Program prompts and accesses four Fahrenheit temperatures (with four separate input dialog boxes) and calculates and displays the corresponding four Celsius temperatures with the average Celsius temperature in one output message box. Step1: read 4 Fahrenheit temperatures, with 4 separate input dialog boxes Step2: compute the corresponding 4 Celsius temperatures Step3: compute the average of the 4 Celsius temperatures; Step4: manipulate strings and display the output in one output message box, i.e., Fahrenheit temperatures: F1 F2 F3 F4 Celsius temperatures C1 C2 C3 C4 Average C temperature: C5 Please use the following test input (Fahrenheit temperatures) for the submission: 70, 80, 90, 100 You may use any loop instructions if you like to, but not necessarily. Submission: Include a global documentation in the code, i.e, at least program description (what This program does), what are input and output, etc., and submit hard copy of the listing file (lst file) and run time output (screen capture of the output message box) - please do not edit or write output by hand

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Sams Teach Yourself Beginning Databases In 24 Hours

Authors: Ryan Stephens, Ron Plew

1st Edition

067232492X, 978-0672324925

More Books

Students also viewed these Databases questions

Question

Be familiar with the five basic ways to manage demand.

Answered: 1 week ago