overflow when adding two positives yields a negative.... cosa significa?????grazie
2006-10-23
03:51:23
·
7 risposte
·
inviata da
Anonymous
in
Società e culture
➔ Lingue
– or, adding two negatives gives a positive
– or, subtract a negative from a positive and get a negative
– or, subtract a positive from a negative and get a positive
2006-10-23
04:07:50 ·
update #1
Effects of Overflow
• An exception (interrupt) occurs
– Control jumps to predefined address for exception
– Action:
• correct and return (EPC & mfc0)
• return with error code
• abort
– Interrupted address is saved for possible resumption
2006-10-23
04:09:08 ·
update #2