Click here to Skip to main content
15,886,137 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: A basic model for how a CPU works Pin
jmaida20-Jan-23 7:27
jmaida20-Jan-23 7:27 
GeneralRe: A basic model for how a CPU works Pin
kalberts20-Jan-23 9:48
kalberts20-Jan-23 9:48 
GeneralRe: A basic model for how a CPU works Pin
englebart20-Jan-23 15:18
professionalenglebart20-Jan-23 15:18 
GeneralRe: A basic model for how a CPU works Pin
kalberts20-Jan-23 8:39
kalberts20-Jan-23 8:39 
GeneralRe: A basic model for how a CPU works Pin
jmaida20-Jan-23 9:47
jmaida20-Jan-23 9:47 
GeneralRe: A basic model for how a CPU works Pin
BillWoodruff19-Jan-23 18:08
professionalBillWoodruff19-Jan-23 18:08 
GeneralRe: A basic model for how a CPU works Pin
Calin Negru19-Jan-23 23:49
Calin Negru19-Jan-23 23:49 
GeneralRe: A basic model for how a CPU works Pin
Keith Barrow19-Jan-23 22:59
professionalKeith Barrow19-Jan-23 22:59 
Doesn't exactly anwser your question, but Ben Eater has a series of videos where he builds an 8-bit computer on breaboard starting with a chip

Ben Eater Build an 8-bit computer from scratch

Gives a lot of insight into the workings, there are a couple of specific videos below, but the whole thing is fascinating.

The first thing is the CPU is powered - the microchip has a ground and dc positive pin. If you think about it interms of electronics, what is a "0" or "1": 0 is easy, it's ground voltage, but 1 needs to be voltage close to a reference - which the +ve provides. This dc reference voltage also provides the power to keep the values in the register. There isn't any flushing - the Clock (which is just a square wave) just gets the CPU to cycle.

“Hello, world” from scratch on a 6502 — Part 1 - YouTube

This video tells you how CPUs actually execute machine code

How do CPUs read machine code? — 6502 part 2 - YouTube

Hope this helps - the videos are right on the edge of electronics / programming. Bill Woodruff's suggestion about the von Neumann architecture and Turing machines is excellent, it explains how we got to 8 bit chips
KeithBarrow.net[^] - It might not be very good, but at least it is free!

PraiseNice time news Pin
honey the codewitch19-Jan-23 6:31
mvahoney the codewitch19-Jan-23 6:31 
GeneralRe: Nice time news Pin
jeron119-Jan-23 6:37
jeron119-Jan-23 6:37 
GeneralRe: Nice time news Pin
Jeremy Falcon19-Jan-23 6:39
professionalJeremy Falcon19-Jan-23 6:39 
GeneralRe: Nice time news Pin
dandy7220-Jan-23 5:07
dandy7220-Jan-23 5:07 
GeneralRe: Nice time news Pin
Kris Lantz19-Jan-23 7:49
professionalKris Lantz19-Jan-23 7:49 
GeneralRe: Nice time news Pin
Zach Burnett19-Jan-23 8:22
Zach Burnett19-Jan-23 8:22 
GeneralMy friend Joe recently went on the Dolly Parton diet... Pin
Single Step Debugger19-Jan-23 8:37
Single Step Debugger19-Jan-23 8:37 
GeneralRe: My friend Joe recently went on the Dolly Parton diet... Pin
englebart19-Jan-23 15:10
professionalenglebart19-Jan-23 15:10 
GeneralRe: My friend Joe recently went on the Dolly Parton diet... Pin
Mircea Neacsu19-Jan-23 15:16
Mircea Neacsu19-Jan-23 15:16 
GeneralRe: My friend Joe recently went on the Dolly Parton diet... Pin
trønderen19-Jan-23 15:33
trønderen19-Jan-23 15:33 
GeneralRe: Nice time news Pin
Kelly Herald19-Jan-23 9:27
Kelly Herald19-Jan-23 9:27 
GeneralRe: Nice time news Pin
honey the codewitch19-Jan-23 9:40
mvahoney the codewitch19-Jan-23 9:40 
GeneralRe: Nice time news Pin
David O'Neil19-Jan-23 11:17
professionalDavid O'Neil19-Jan-23 11:17 
GeneralRe: Nice time news Pin
honey the codewitch19-Jan-23 11:26
mvahoney the codewitch19-Jan-23 11:26 
GeneralRe: Nice time news Pin
jmaida19-Jan-23 16:55
jmaida19-Jan-23 16:55 
GeneralRe: Nice time news Pin
Jörgen Andersson19-Jan-23 23:30
professionalJörgen Andersson19-Jan-23 23:30 
GeneralRe: Nice time news Pin
trønderen20-Jan-23 4:48
trønderen20-Jan-23 4:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.