MIPS Addressing Modes

32bit의 주소를 instruction에 다 담을 수 없으니 고안한 방법들. 그냥 앞의 것들을 정리한 것이다.

Untitled

Untitled

Decoding the Machine Language

CPU가 어떤 연산을 수행하려면 binary number로 표현되는 data와 instruction을 이해해야한다. Decode한다고 표현한다. 그 순서는 다음과 같다.

위의 과정은 MIPS ISA manual을 기반으로 이루어진다.

Untitled

Untitled