Click here to Skip to main content
15,885,278 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: RIP David Crosby Pin
jeron120-Jan-23 4:16
jeron120-Jan-23 4:16 
JokeMe: It's not about how many times you fall, it's about how you get back up. PinPopular
honey the codewitch19-Jan-23 10:37
mvahoney the codewitch19-Jan-23 10:37 
GeneralRe: Me: It's not about how many times you fall, it's about how you get back up. Pin
BernardIE531720-Jan-23 9:40
BernardIE531720-Jan-23 9:40 
GeneralA basic model for how a CPU works Pin
Calin Negru19-Jan-23 9:26
Calin Negru19-Jan-23 9:26 
GeneralRe: A basic model for how a CPU works PinPopular
PIEBALDconsult19-Jan-23 9:26
mvePIEBALDconsult19-Jan-23 9:26 
GeneralRe: A basic model for how a CPU works Pin
Calin Negru20-Jan-23 4:10
Calin Negru20-Jan-23 4:10 
GeneralRe: A basic model for how a CPU works Pin
Jeremy Falcon19-Jan-23 13:06
professionalJeremy Falcon19-Jan-23 13:06 
GeneralRe: A basic model for how a CPU works Pin
obermd19-Jan-23 13:34
obermd19-Jan-23 13:34 
Nope. With modern CPUs it's actually possible for an instruction to be "ignored" because the execution preprocessor, which runs in parallel to the actual instruction execution unit, realizes that the instruction is an effective NOP. An example of this would be PUSH AX, POP AX, which older processors would dutifully execute and newer processors would simply cut out of the execution stream. Also, the vast majority of processor instructions, even on a RISC machine, take more than one clock cycle.

GeneralRe: A basic model for how a CPU works Pin
trønderen19-Jan-23 15:32
trønderen19-Jan-23 15:32 
GeneralRe: A basic model for how a CPU works Pin
Jeremy Falcon19-Jan-23 15:35
professionalJeremy Falcon19-Jan-23 15:35 
GeneralRe: A basic model for how a CPU works Pin
Calin Negru20-Jan-23 2:20
Calin Negru20-Jan-23 2:20 
GeneralRe: A basic model for how a CPU works Pin
kalberts20-Jan-23 9:12
kalberts20-Jan-23 9:12 
GeneralRe: A basic model for how a CPU works Pin
Calin Negru20-Jan-23 20:02
Calin Negru20-Jan-23 20:02 
GeneralRe: A basic model for how a CPU works Pin
kalberts20-Jan-23 8:59
kalberts20-Jan-23 8:59 
GeneralRe: A basic model for how a CPU works Pin
obermd19-Jan-23 13:34
obermd19-Jan-23 13:34 
GeneralRe: A basic model for how a CPU works Pin
Calin Negru20-Jan-23 2:26
Calin Negru20-Jan-23 2:26 
GeneralRe: A basic model for how a CPU works Pin
englebart19-Jan-23 15:16
professionalenglebart19-Jan-23 15:16 
GeneralRe: A basic model for how a CPU works Pin
jmaida19-Jan-23 16:53
jmaida19-Jan-23 16:53 
GeneralRe: A basic model for how a CPU works Pin
englebart20-Jan-23 7:04
professionalenglebart20-Jan-23 7:04 
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 

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.