명령어실행1 [컴퓨터구조] 데이터패스(Datapath) 명령어 실행(MIPS) Datapath로 우리가 실행해 볼 명령어 1. 메모리 접근 명령어(memory-reference instructions) : lw , sw 2. 산술 논리 연산 명령어(arithmetic-logical instructions) : add, sub, and, or, slt 3. 흐름 제어 명령어(control flow instructions) : beq, j Datapath에서 명령어를 수행하는 과정 Fetch 1.PC 값을 이용해 명령어가 들어있는 주소(instruction address)를 찾는다. 2.메모리로부터 그 주소에 들어있는 명령어를 가져온다.(get intruction from memory) Decode 3.조합회로 내에서 간단하게 어떤 명령어인지 해석한다. Execute 4.필요한 레지스.. 2020. 10. 30. 이전 1 다음 반응형