go to home page   go to next page

created: 05/27/2002; corrections: 11/06/02, 11/26/03

CHAPTER 29 — Binary Fractions

Up until now all of the arithmetic we have done on the MIPS has been with integers, both signed (two's complement) and unsigned. This chapter starts the discussion of how floating point arithmetic is done on the MIPS.

Chapter Topics:

QUESTION 1:

Is is possible to represent a negative integer with a positive number of bits?