
[CE] Control Unit and Instruction
·
Computer/CE
Control Unit 수행해야하는 프로그램 혹은 테스크에 따라메모리에서 실행할 opcode(or operation)과 operand를 ALU에게 전달ALU의 연산 처리 결과를 다시 메모리에 저장함으로서 메모리와 ALU, I/O devic에 제어 신호를 보내고, 해당 장치들로부터 신호를 받아 다음에 처리할 작업을 제어.von Neumann 이 제안한 storead program computer는 메모리에 "처리할 instruction들의 list"(=program)가 저장되어 있고, control unit은 이를 차례대로 fetch, decode, execute, writeback 하도록 제어함.Program Counter and Control Unit수행해야하는 insturction이 저장된 주소는 p..