
Episode 94: How Computers Work Part IV - Processor Architecture and Machine Code
The Science of Everything Podcast
00:00
The Sequence Control Structure
Programming languages use a sequence control structure. This is the practice of incrementing the programm counter and accessing just the next instruction in line in memory. The programme doesn't have to just take the next instruction, it can what's called branch. And one way that can be done is to just load the address directly into the programmcounter.
Play episode from 24:02
Transcript


