Processor Architecture

TStedel

Distinguished
Jan 18, 2007
44
0
18,530
Where is the best place to get exhaustive technical analysis on Processor Architecture? I'd like to learn about these elusive number crunchers.

Thanks.
 

440bx

Distinguished
Jan 18, 2006
371
1
18,810
Where is the best place to get exhaustive technical analysis on Processor Architecture? I'd like to learn about these elusive number crunchers.

Thanks.

Even though you did ask for "exhaustive", this may be a bit more than you bargained for but, here it is:

http://www.intel.com/products/processor/manuals/

Intel makes available the manuals for their IA32 architecture - which includes Conroe and all shortly forthcoming variations.

Note that some specific features - such as how virtualization is implemented - are included in "Addendums". Good keywords to search for are "archictecture", "virtualization" (if you are interested in virtualization), "EMT64" (if you are interested in some of the details of 64bit instructions use and implementation), "instruction" or "instructions" (if you are interested in how a processor can execute multiple instructions in a single clock cycle), etc.

In some cases, it can be very technical reading but, extremely informative. Read and understand the core architecture manuals and you'll have very little to envy from a CS grad. :)

HTH.