Recent Posts
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 |
Tags
- PRML
- pytorch
- FineGrained
- 3d
- ML
- Torch
- Python
- 알고리즘
- 딥러닝
- FGVC
- clean code
- 자료구조
- dl
- 머신러닝
- Front
- nlp
- Meta Learning
- nerf
- GAN
- computervision
- Vision
- algorithm
- math
- Depth estimation
- REACT
- classification
- cs
- SSL
- CV
- web
- Today
- Total
목록CS지식 (1)
KalelPark's LAB
[ Computer Architecture ] Instruction Format이란?
Instruction format이란? Instruction set에서 주로 사용되며, 컴퓨터에서 사용되는 instruction (명령, 작업)의 레퍼토리 (순서를 가진 목록) machine code라고 불리는 binary code로 encoded됩니다. Instruction (명령어) - Binary에서 잘 작동되고, Memory 내, 명령어와 연산자를 저장합니다. Store Program Organization - Program과 데이터가 서로 다른 저장소에 저장되지만, 같은 것처럼 다뤄지는 것을 의미합니다. - Register for Processing, Instruction code format, Immediate operands RISC-V Instruction Format - register ..
Study/Computer Architecture
2023. 3. 29. 10:33