Jump to content

Please explain about CPU architecture.....

Go to solution Solved by mahyar,

x86 is a instruction set

in a nutshell architecture is how gates inside the cpu are connect to each other

Pls explain about cpu architecture
x86 is a architecture..but what it is??
pls explain me

Link to comment
Share on other sites

Link to post
Share on other sites

x86 is a instruction set

in a nutshell architecture is how gates inside the cpu are connect to each other

if it was useful give it a like :) btw if your into linux pay a visit here

 

Link to comment
Share on other sites

Link to post
Share on other sites

16 minutes ago, Bharath1910 said:

Pls explain about cpu architecture
x86 is a architecture..but what it is??
pls explain me

X86 is an instruction set. An instruction set refers to all the machine code instructions available and how they translate to actual CPU operations. Think of it like a dictionary for processor computations.

Spoiler
Spoiler
Spoiler
Spoiler
Spoiler
Spoiler
Spoiler
Spoiler
Spoiler
Spoiler
Spoiler
Spoiler
Spoiler
Spoiler
Spoiler
Spoiler
Spoiler
Spoiler
Spoiler
Spoiler
Spoiler
Spoiler
Spoiler
Spoiler
Spoiler
Spoiler
Spoiler

^-^

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Link to comment
Share on other sites

Link to post
Share on other sites

As @mahyar said, "x86" is an instruction set. It tells you what kind of commands the CPU can understand. It doesn't tell you anything about the CPU's architecture. There are tons of different CPU architectures all of which can execute x86 code.

 

A command could be something like "Add these two numbers". The instruction set tells you how the command that is sent to the CPU to do this operation actually has to look like. And the architecture defines how the operation is actually done internally.

Remember to either quote or @mention others, so they are notified of your reply

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×