경희대학교 김정욱 교수님의 컴퓨터 구조 수업을 기반으로 정리한 글입니다.Datapath of the Processor▶ Datapath of the Processor ※ Processor: 컴퓨터를 실행하는 계산을 수행하는 integrated electronic circuit으로, 쉽게 말해 CPU라고 볼 수 있다.※ Datapath: instruction을 처리하는 path ※ Instruction memory: code가 담겨있는 메모리※ Data memory: Stack 혹은 Heap에서 저장된 값이 담겨있는 메모리※ 위 두 메모리는 실제론 하나의 같은 메모리이다. Fetch stage, decode stage, and execute stage, 이렇게 3개의 stages가 반복된다. 회로의 시작점..