Status: Tags: Links: Nand2Tetris Unit 5
Fetch-Execute Cycle
A computer does two things:
- Fetching Instructions from the program memory
- Executing Instructions
A problem with the fetch-execute cycle is how the address memory goes into both the data and program memory To fix this, we can:
- Use a multiplexor
- Keep the program and data in two different memory modules
References: