Question: Program Description We had an intern working on our thermometer data storage and he messed it up. The readings are good, but the order is
Program Description We had an intern working on our thermometer data storage and he messed it up. The readings are good, but the order is reversed. We need you to write us a efficient little MASM program to read in the temperature measurements from a file, and print them out with their order corrected! This program must perform the following tasks (as always, be sure to check the Requirements section): Implement and test three macros for I/O. These macros should use Irvine's ReadString to get input from the user, and WriteString and WriteChar procedures to display output. mGetString: Display a prompt (input, reference), then get the user's keyboard input into a memory location (output, reference). You may also need to provide a count (input, value) for the length of input
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
