R-type

add $t0, $t1, $t2

addi $t0, $t1, 4

sub/subi

sll $t0, $t1, 4

srl (shift)

and $t0, $t1, $t2

or, nor

andi $t0, $t1, 3

ori

beq $t0, $t1, L1

bne

 

I-type

lw $t0, 12($t1)

sw

 

J-type

j L1

 

Label

Else:

Exit:

Loop:

 

'공부 > CS' 카테고리의 다른 글

MIPS 데이터 패스 구동 방식  (0) 2023.06.28
MIPS 주소 방식  (0) 2023.06.28
MIPS 함수 사용  (0) 2023.06.28
MIPS 레지스터 표  (0) 2023.06.28
MIPS 기본 구조  (0) 2023.06.28

+ Recent posts

let textNodes = document.querySelectorAll("div.tt_article_useless_p_margin.contents_style > *:not(figure):not(pre)"); textNodes.forEach(function(a) { a.innerHTML = a.innerHTML.replace(/`(.*?)`/g, '$1'); });