16 lines
159 B
Markdown
16 lines
159 B
Markdown
# lec16
|
|
|
|
_recall this is mips centric_
|
|
|
|
## Overflow
|
|
|
|
Dealing with signed values
|
|
|
|
## Carry
|
|
|
|
Dealing with unsigned values
|
|
|
|
## floats
|
|
|
|
using the IEEE-754 format
|