Thanks to all who responded.
So I guess ARM is not the next major computer processor I should be
looking to upgrade to any time soon.
in message
What exactly is an AM processor?
How are they different/better-worst than say, the Intel I-series processor?
I am seeing these on eBay with a speeds of 416Mhz?
AIUI, ARM chips are "reduced instructions set chips" (RISCs), ie, they
have a small set of instructions, which are used for micro-programs that
perform the functions included on-board in the x86 and similar "large
instruction set" chips. This means that they consume less power than a
full-fledged, multi-function, instruction-rich CPU, which do a lot of
the grunt-work (eg, floating point arithmetic) that used to be done by
programs. Graphics chips do this, too: in the Olden olden days, an
astonishing amount of video processing was done by the program. Remember
"sprites", which were primitive graphic objects that you could program
to a number of fun things on the C-64?
More importantly AIUI, RISCs can be customised for a given OS and even
suite of programs. Theoretically, they could be programmed to mimic any
other CPU you'd like, and/or to include fundamental OS functions, too.
That's what makes them handy for phones. I'm pretty sure that the ARM
Windows-8 machines will run a suite of MS software. The chips will be
customised to make it possible. The trade-off is processor time, since
RISCs do in software what other processors do in hardware. Of course, if
there were more task-specific chips (analogous to graphics chips), the
RISCs would be preferred for general computing. Eg, I can imagine a
data-manipulation chip that would do all the basic data-base
manipulations in hardware. (NB: The concept described in the preceding
sentence is hereby copyright, and may not be exploited without paying me
royalties. Patent applications will be filed in due course, and this
post will be used to prove priority, so stay out of it! Heh heh.)
The ARM chips aren't the first or even only RISCs. I recall a great deal
of discussion about the advantages of RISC over instruction-rich chips.
The PowerPC chips used by Apple up to the G4 PowerBooks are an example.
AFAIK, these chips are still used.
HTH
Wolf K.