Sign in with
Sign up | Sign in
Your question

The programming language a cpu is able to process is up to the model...

Tags:
  • Programming Language
  • CPUs
Last response: in CPUs
Share
August 29, 2013 1:13:11 PM

of the cpu? is that correct?

More about : programming language cpu process model

a c 191 à CPUs
August 29, 2013 1:20:39 PM

What are you actually asking here?
m
0
l
August 29, 2013 1:39:24 PM

so the cpu model doesn't matter in determining the programming language?
m
0
l
Related resources
a b à CPUs
August 29, 2013 1:41:22 PM

Pretty sure you can code in C++ (or any other rather) on a computer that has Intel or AMD if that is what you are asking.
m
0
l
August 29, 2013 2:02:02 PM

Hi - different families of processors use different machine level instruction sets and therefore different assembler languages. An Intel processor has a different instruction set than does a Motorola processor or Texas Instruments processor. Each higher level language from Assembler up to C++ is based on the core instruction set of the processor for which it is intended. All Intel and AMD processors use a superset of the original 8086 assembler language with each generation of processor adding a few instructions that previous generations can't make use of. Thus, C++ for Intel also works for AMD.
m
0
l
Related resources
!