instruction format1 [컴퓨터구조]MIPS Instruction Format Assembly code 는 기계어 형식으로 바꾸어 써야하며 MIPS 에서 기계어 형식은 3가지 type 이 존재한다. 1.R-type : 가장 기본적인 Instruction format - Arithmetic instruction format opcode : operation (6bit) rs : first source operand (5bit) rt : second source operand (5bit) rd : destination operand (5bit) shamt : shift amount (5bit) funct : function code (6bit) 예시) ADD $t0, $s0, $s1 ($t0 rt가 destination 역할) -사용하는 opcode A/L : ADDI , ORI Br.. 2020. 10. 21. 이전 1 다음 반응형