Question: using assembly language x86 assembly x86 using visual studio and Irvine's library 1. Ask a user for the name and date of birth of 4


using assembly language x86
assembly x86 using visual studio and Irvine's library
1. Ask a user for the name and date of birth of 4 individuals and then calculate the exact age in years and days for each and then print them out. Idea in this project is that with 4 inputs, the registers will probably not be enough so you will have to leverage the stack or other memory to do operations and then print out. 2. An in-line floating-point and integer calculator that supports divide, modulo, multiply, subtract, and add. This would read in the value as a string and then do the operation using the x87 FPU and print out the result. For example, the user would enter "4.5+2" and hit enter to get a result. The program should operate in a loop always waiting for new input and would only terminate if the user enters the word "exit".
Step by Step Solution
3.33 Rating (153 Votes )
There are 3 Steps involved in it
students name institution course title instructor due date Ask a user for the name and date of birth of 4 individuals and then calculate the exact age in years and days for each and then print them ou... View full answer
Get step-by-step solutions from verified subject matter experts
