How Your CPU Runs One Line of Code
Your program is really millions of tiny instructions, and the CPU fetches, decodes and executes them billions of times a second. See what physically happens when a single line of your code runs — the fetch-decode-execute heartbeat under everything.
- Fetch → decode → execute
- Registers, the clock, instructions
- Why one line is many operations