본문 바로가기
반응형

컴퓨터구조10

[컴퓨터구조] 논리 마이크로연산(Logic Microoperations), 쉬프트 마이크로연산(Shift Microoperations) 논리 마이크로연산(List of logic μoperation) Hardware 구현 하드웨어 구현에 대한 설명 위의 하드웨어 구현은 논리회로의 한 단계만 구현한 것이다. Fuction table에 맞게 Hardware를 구현하면 다음과 같다. Applications Shift Microoperaionsμ Logical shift (end postition은 0으로 채워진다) Shift μoperations Symbolic designation Description R 2023. 9. 19.
[시스템프로그래밍] 1장 Computer System 컴퓨터 시스템의 계층도 Application programs Operating system Processor Main memory I/O devices Software: Application programs, Operating system Hardware: Processor, Main memory, I/O devices 컴퓨터 시스템 계층도는 위와 같이 되며 소프트웨어: Application programs, Operating system 하드웨어: Processor, Main memory, I/O devices 컴퓨터 하드웨어의 구조 하드웨어 구성요소 - 버스 buses - 입출력 장치 I/O devices - 주기억장치, main memory - 캐쉬, cash memory - 중앙처리장치, CPU(.. 2023. 9. 13.
[컴퓨터구조] 산술 마이크로연산(Arithmetic Microoperations) μoperation의 4가지 종류 1. register-transfer 2. arithmetic 3. logic 4. shift μoperations Symbolic designation Description R3 2023. 9. 13.
[컴퓨터 구조] 레지스터 전송(Register Transfer) Register Transfer Language - 디지털 컴퓨터 시스템은 레지스터(register), 디코더(decoder), 산술요소(arithmetic element), 논리제어(control logic)등과 같은 요소들로 이루어진 여러 종류의 디지털 모듈들로 구성이 되어있다. - 디지털 모듈들은 레지스터(register)들과 그 속에 저장된 데이터에 대한 작동(operation)들로 정의된다. - 레지스터(register)들에 저장된 데이터에 취해지는 작동(operation)을 μoperation 이라고 한다. - μoperation으로 register의 정보가 변경되거나 다른 register에 전달된다(shift, count, clear, load 등) - Register들 사이에 전달되는 μo.. 2023. 9. 11.
728x90
반응형