this practice program we all learn a few important things. 1. How to validate that an incoming number really is a float number 2. How to store a constant in your program 3. How to multiply
*************ASSEMBBLY LANGUAGE******************
In this practice program we all learn a few important things.
1. How to validate that an incoming number really is a float number
2. How to store a constant in your program
3. How to multiply and divide float numbers stored in xmm registers.
Program specification
Make a hybrid program where the active module is written in X86 assembly. A person plans
to drop a marble from a known height measured in meters. The person wishes to know in
advance how many seconds the marble will be in free fall before reaching earth.
Make a program that will input the height (64-bit float number) from a keyboard and then
compute the free fall time in seconds. We will disregard uncontrollable factors such as
horizontal wind and air resistance.
Trending now
This is a popular solution!
Step by step
Solved in 2 steps