John Mavrick's Garden

Search IconIcon to open search

Last updated Unknown

Status: Tags: Links: Nand2Tetris Unit 5


Fetch-Execute Cycle

A computer does two things:

  1. Fetching Instructions from the program memory
  2. 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:

  1. Use a multiplexor
  2. Keep the program and data in two different memory modules

References:


Interactive Graph