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
- python
- system
- MacOS
- mysql
- Algorithm
- architecture
- instruction
- Linux
- DATAPATH
- for
- php
- javascript
- MIPS
- function
- DoM
- Java
- Class
- computer
- DB
- control
- Pipelining
- react
- html
- web
- XML
- github
- while
- data structure
- CSS
- DS
Archives
- Today
- Total
YYYEJI
[MIPS] Stored program Concept 본문
728x90
Stored program Concept는
Memory에 저장하고 실행시키는 방법이라고 할 수 있습니다.
✓ Hardware에 올라온 program을 byte code로 memory에 올라옵니다.
✓ Instruction 한 줄씩 IR에 가져(fetch)와서 실행(execute)합니다.
✓ 프로그램은 메모리에 숫자 형태로 저장됩니.
✓ data, user program, compilers, editors 등 0과 1로 저장되는데 구분되지 않습니다.
여기서 등장하는 개념이 하나 더 있습니다.
Fetch & Execute Cycle
① Memory에 저장된 Instruction을 CPU에 하나씩 fetch한다.
② IR에 fetch된 instruction을 파악하고 execute한다.
①~②번이 계속 반복되서 나온 개념입니다.
◡̈
'Computer architectures' 카테고리의 다른 글
[MIPS] Pseudo Instructions (0) | 2022.10.10 |
---|---|
[MIPS] LUI instruction (0) | 2022.10.10 |
[MIPS] Format instruction identification (0) | 2022.10.10 |
[MIPS] Three MIPS Instruction Format (0) | 2022.10.10 |
[MIPS] MIPS Instruction Summary (0) | 2022.10.10 |