4.11 Comparative Architectures4 Schedule4.9 Structures4.10 Floating Point (Optional/Extra Credit)

4.10 Floating Point (Optional/Extra Credit)

4.10.1 Reading and Web Sites

  1. Carter Chapter 6 Floating Point
  2. Intel Vol 1 Page 8-1 Programming with the x87FPU
  3. Intel Vol 1 Page 5-9 Section 5.2.
  4. Intel Vol 1 Page 4-5 Section 4.2.2.

4.10.2 Notes

4.10.3 Lab Assignment, Floating Point

 

Write a program in assembly language that:

  1. Prints your name, class (CIS250) and the date.
  2. Print out "Floating Point"
  3. Prints out the computed value of (2.3 * 4.7) + (2.5 / 9.6) .
  4. Prints out the computed value sqrt(2.73195).
  5. Prints out the computed value ln2(your-student-services-number) Convert any "A"s to 4.

Turn in a printed error free listing and the output of your program. Include a copy of any testing that you did to verify the program was correct. If you don't do this I won't grade it!


Instructor: Louis Taber, louis dot taber dot at dot pima at gmail dot com (520) 206-6850
My web site: Home site in Cleveland, OH
The Pima Community College web site

4.11 Comparative Architectures4 Schedule4.9 Structures4.10 Floating Point (Optional/Extra Credit)