Skip to content

Instantly share code, notes, and snippets.

@tobiasvl
Last active April 1, 2022 07:01
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tobiasvl/1a00d7a71135c9f701f5986476412b8e to your computer and use it in GitHub Desktop.
Save tobiasvl/1a00d7a71135c9f701f5986476412b8e to your computer and use it in GitHub Desktop.
@metteo
Copy link

metteo commented May 14, 2020

I would change this section

A program counter (PC) which points at the current instruction in memory

to:
A program counter (PC) which points to the next instruction in memory (updated during fetch and sometimes execute phases)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment