Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- DATAPATH
- instruction
- react
- mysql
- XML
- control
- javascript
- python
- architecture
- Class
- Pipelining
- CSS
- Java
- system
- data structure
- html
- web
- function
- DoM
- Algorithm
- php
- DB
- MacOS
- Linux
- computer
- while
- MIPS
- for
- github
- DS
Archives
- Today
- Total
YYYEJI
[MIPS] Control Instruction 본문
728x90
① BEQ / BNE
16-bit Offset
② J
26-bit address
③ JR
32-bit address
많은 거리를 jump하고 싶을 땐 많은 address를 가지고 있는 ③을 이용해라.
↓↓↓ BEQ / BNE ↓↓↓
https://yyyeji.tistory.com/120
↓↓↓ J / JR ↓↓↓
https://yyyeji.tistory.com/122
◡̈
'Computer architectures' 카테고리의 다른 글
[MacOS] QtSpim 사용하기 (0) | 2022.10.07 |
---|---|
[MacOS] QtSpim 설치하기 (0) | 2022.10.07 |
[MIPS] Unconditional Branch Instructions (Jump etc.) (2) | 2022.09.25 |
[MIPS] Conditional branch Instruction (slt) (0) | 2022.09.25 |
[MIPS] Conditional branch Instruction (BEQ, BNE) (0) | 2022.09.25 |