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 | 29 | 30 |
Tags
- data structure
- CSS
- github
- MIPS
- while
- web
- MacOS
- html
- control
- mysql
- architecture
- computer
- Linux
- javascript
- Java
- DB
- XML
- Pipelining
- react
- python
- instruction
- DS
- DoM
- for
- Algorithm
- php
- function
- system
- Class
- DATAPATH
Archives
- Today
- Total
YYYEJI
[MIPS] Instruction 실행하는 기본 순서 본문
728x90
Stored program concept에 의한 intruction 실행 순서
① Instruction의 주소를 얻기 위해 PC(Program Counter)을 이용한다.
② Instruction을 주소로부터 가져온다.
③ Register로부터 값을 읽는다.
④ 정화기 무엇을 해야할지 정하기 위해 instruction을 이용한다.
Fetch&Execute
①, ② - instruction fetch
③, ④ - instruction execute
Note) Fetch&Execute는 stored program concept이다.
◡̈
'Computer architectures' 카테고리의 다른 글
[MIPS] Register File Design (2) | 2022.10.31 |
---|---|
[MIPS] RTL 이란? (0) | 2022.10.31 |
[MIPS] Single clock cycle 이란? (0) | 2022.10.31 |
[MIPS] CPU의 Edge Triggered (0) | 2022.10.30 |
[MIPS] D-latch란? (0) | 2022.10.30 |