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 | 31 |
Tags
- register
- refactoring
- L3 Router
- CPU
- page
- Public IP
- private ip
- 클린 코드
- MMU
- 공인 IP
- L2 switch
- addressing mode
- cache
- physical address
- TCP
- 사설 IP
- 코드 컴플릿
- 리펙토링
- Sector
- float
- 명령어
- floating point
- network
- interrupt
- ack
- Clean code
- osi 7
- 가독성
- Code complete
- ALU
Archives
- Today
- Total
Software Lab
6. CISC vs RISC 본문
CPU는 사용하는 명령어 길이 방식에 따라 크게 CISC(Complex instruction set computer)와 RISC(Reduced instruction set computer) 계열로 나뉜다. CISC 계열은 아래와 같이 가변 길이 명령어(variable instruction set)를 사용한다. 대표적으로 Intel의 x86 계열의 CPU 들이 있다.
RISC 계열은 아래와 같이 고정 길이 명령어(Fixed instruction set)를 사용한다. 대표적으로 ARM, MIPS 계열의 CPU 들이 있다.
아래는 CISC와 RISC를 비교하였다.
'컴퓨터 구조 > Instruction Set' 카테고리의 다른 글
5. 주소 지정 방식(addressing mode) #2 (0) | 2022.08.11 |
---|---|
4. 주소 지정 방식(addressing mode) #1 (0) | 2022.08.11 |
3. 명령어 처리 주기(Instruction cycle) #2 (0) | 2022.08.11 |
2. 명령어 처리 주기(Instruction cycle) #1 (0) | 2022.08.04 |
1. 명령어 집합(Instruction set) (0) | 2022.08.03 |
Comments