* [http://en.wikipedia.org/wiki/Floating_point General description] of the floating-point notation
+
* [http://en.wikipedia.org/wiki/Floating_point General description] of the floating-point notation on Wikipedia. Also, [http://steve.hollasch.net/cgindex/coding/ieeefloat.html the IEEE 754 Standard] nicely presented.
* [http://www.python.org/doc/2.5.2/tut/node16.html A very good description of the limitations] of floating-point numbers in Python: Read it!
* [http://www.python.org/doc/2.5.2/tut/node16.html A very good description of the limitations] of floating-point numbers in Python: Read it!
* Also, not to be missed: [http://www.lahey.com/float.htm The perils of floating-point]
* Also, not to be missed: [http://www.lahey.com/float.htm The perils of floating-point]
No homework assignment this week. Prepare for midterm!
The signed and unsigned representations of numbers are covered in Sections 1.7 and 1.8 of The Art of Assembly, and in Chapter 2 of Carter's PC Assembly Language.
Addressing modes are covered in Chapter 4 of The Art of Assembly. We won't cover "Displacement Only Addressing" modes (Section 4.6.2.1). Mentally replace 16-bit registers by 32-bit registers when reading this section.