일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 컴퓨터구조
- 파이썬
- 코드잇
- 코멘토취업
- 스프링부트개발
- 함꼐자라기
- 코멘토5주인턴
- codeit
- .env파일
- 맥북FaceID
- Python
- 졸업영어
- MIPS
- 소프트웨어
- 컴퓨터구조개념
- CA
- 개발
- 컴퓨터공학과
- 컴퓨터공학
- 제품증정 #에스트라 #에스트라퓨처랩서포터즈 #리제덤아이세럼 #더마아이세럼 #레티노이드아이세럼
- 백엔드
- 책평가
- 스프링장점
- 개발자
- 코드잇파이썬
- JS
- 방학
- computerarchitecture
- 말하기시험
- 나는주니어개발자다
- Today
- Total
sollog
Instruction Set Completeness 본문
Completeness : A computer should have a set of instructions so that the user can construct machine language programs to evalute any functions that is know to be computable.
어떤 기능에 대하여 구현할 모든 명령어 set을 가져야함
- Categories of instructions that should be covered
1. Arthmetic / Logical : 산술 연산 논리 연산
2. Data Transtfer (including I/O)
3. Control Transfer
Instruction Orthogonality : Instructions are orthogonal if they do not overlap, or perform same funtions
orthogonality(독립적) - 명령어들이 겹치지 않는 것
Instructions Types
1. Arithmetic / Logic Instructions (Data Operations) 산술 / 논리 연산자
- Modify Data Values (데이터 값 변경)
2. Data Transfer Instructions
- Copy Data from on Place to another
3. Control Transfer Instructions (Program Control)
- Jump of Branch
(1) conditional branch - ex) BEQ A,B,C
(2) unconditional branch - ex ) Jump A
[1] Instructions / Logic Instructions (Data Opeation)
- Integer aritimetic
'자기계발 > Study' 카테고리의 다른 글
[MIPS] j / jr / jal (0) | 2023.10.17 |
---|---|
[MIPS] QtSpim - Assembly Languages (0) | 2023.10.12 |
DM 02 (0) | 2023.09.25 |
DM 01 (0) | 2023.09.25 |
Computer Architecture_Adressing mode (0) | 2023.09.20 |