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
- 가독성
- L3 Router
- float
- Public IP
- CPU
- private ip
- Clean code
- interrupt
- Code complete
- 공인 IP
- Sector
- osi 7
- 코드 컴플릿
- refactoring
- cache
- ALU
- 사설 IP
- network
- 클린 코드
- physical address
- L2 switch
- MMU
- register
- 명령어
- addressing mode
- floating point
- page
- ack
- 리펙토링
- TCP
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