4.10 Comparative Architectures4 Schedule4.8 Structures4.9 Floating Point (Optional/Extra Credit)

4.9 Floating Point (Optional/Extra Credit)

4.9.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.9.2 Notes

4.9.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, ltaber at uml dot lt dot Tucson dot AZ dot us (520) 206-6850
My new web Home site in Cleveland, OH
The Pima Community College web site

4.10 Comparative Architectures4 Schedule4.8 Structures4.9 Floating Point (Optional/Extra Credit)