일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 데이터레이크와 데이터웨어하우스
- leetcode 344
- docker로 airflow 설치하기
- 스파크 완벽 가이드
- webcrawler
- 배열
- leetcode 238
- leetcode 819
- 빅데이터를 지탱하는 기술
- leetcode 561
- wargame.kr
- leetcode125
- 올바른 변수명 짓기
- leetcode 234
- Hortonworks Sandbox
- leetcode 5
- leetcode 49
- 컴퓨터구조
- ctf-d
- airflow docker
- Python
- leetcode 15
- leetcode
- 머신러닝
- leetcode 937
- leetcode 121
- MapReduce 실습
- 문자열 조작
- Hadoop
- 블로그 이전했어요
Archives
- Today
- Total
목록MIPS명령어 (1)
HyeM
[컴퓨터구조]6주차_MIPS구조
MIPS 시스템 MIPS(Microprocessor without Interlocked Pipeline Stages) : 밉스 테크놀로지에서 개발한 RISC ISA(명령어 집합구조)이다. 디자인 설계 원리 규칙적인 것이 간단성을 위해 좋음 많이 발생되는 사항을 빨리 처리함 적을 수록 빠름 좋은 설계는 좋은 절충안을 요구함 각 설계 원칙을 하나씩 자세히 살펴보자. 설계원칙#1. 규칙적인 것이 간단성을 위해 좋음 " 일관성 있는 명령어 형태 같은 수의 피연산자 _ source 2개, destination 1개 " 하드웨어로 구현 쉬움 명령어 addition(+)과 subtraction(-) ex ) add a, b, c ; b와 c를 더하여 a에 저장 첫번째 오퍼랜드(a) : destination 두번째 오..
Study/Computer Architecture
2020. 6. 9. 03:42