카테고리 없음
Computer Organization - Chapter 3
aspe
2022. 4. 9. 20:51
Add, Sub
더보기






Two's Complement Operations
Negate: Invert all bits and add 1
Invert: 0 -> 1 or 1 -> 0
Sign extention

MSB을 붙혀준다.
Zero extention(unsigned number)
0을 붙혀서 확장

MIPS Arithmetic Logic Unit




Multiplication
더보기




Multiplication


Division


Floating Point
더보기

Float, Double

Decimal -> Binary

Binary -> Decimal
Floting Point



Floating Point Nomalized, Over, Under Flow