Can somebody suggest a good book on Processor Architecture (x86, IA-64) ?
Thanks
Abhijit
Can somebody suggest a good book on Processor Architecture (x86, IA-64) ?
Thanks
Abhijit
You can download the reference manuals from Intel
Jamey
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Abhijit
Sent: Sunday, August 29, 2004 10:15 PM
To: Windows System Software Devs Interest List
Subject: [ntdev] Book on Processor Architecture
Can somebody suggest a good book on Processor Architecture (x86, IA-64) ?
Thanks
Abhijit
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: unknown lmsubst tag argument: ‘’
To unsubscribe send a blank email to xxxxx@lists.osr.com
__________ NOD32 1.852 (20040828) Information __________
This message was checked by NOD32 antivirus system.
http://www.nod32.com
See http://developer.intel.com
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
----- Original Message -----
From: Abhijit
Newsgroups: ntdev
To: Windows System Software Devs Interest List
Sent: Monday, August 30, 2004 9:15 AM
Subject: [ntdev] Book on Processor Architecture
Can somebody suggest a good book on Processor Architecture (x86, IA-64) ?
Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: unknown lmsubst tag argument: ''
To unsubscribe send a blank email to xxxxx@lists.osr.com
x86 architecture by Jim Turley.
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Abhijit
Sent: Monday, August 30, 2004 10:45 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] Book on Processor Architecture
Can somebody suggest a good book on Processor Architecture (x86, IA-64) ?
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: unknown lmsubst tag argument: ''
To unsubscribe send a blank email to xxxxx@lists.osr.com
A good book about computer architecture is ?Computer Architecture: A
Quantitative Approach?[1] by Hennessy, Patterson and Goldberg. It describes
most topics of interest for computer architectures and includes case studies
about various processors.
Hth,
--andy
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Abhijit
Sent: Monday, August 30, 2004 3:15 PM
To: Windows System Software Devs Interest List
Subject: [ntdev] Book on Processor Architecture
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: unknown lmsubst tag argument: ''
To unsubscribe send a blank email to xxxxx@lists.osr.com
First I would assume the OP is looking to correlate processor
architecture(s) with systems programming, specifically windows driver
programming…
Assuming that, IF POSSIBLE, look at the book
“Computer Systems - A programmers perspective” by Randal E Bryant and David
O’Hallaron. Lots of exercise using x86 but using “as” and not very
difficult to convert to masm…
This is a text of CMU undergrads, fundamentally sound and clear :-).
-pro
----- Original Message -----
From: “Andreas H?ber”
To: “Windows System Software Devs Interest List”
Sent: Monday, August 30, 2004 5:06 AM
Subject: RE: [ntdev] Book on Processor Architecture
A good book about computer architecture is “Computer Architecture: A
Quantitative Approach”[1] by Hennessy, Patterson and Goldberg. It describes
most topics of interest for computer architectures and includes case studies
about various processors.
Hth,
–andy
________________________________________
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Abhijit
Sent: Monday, August 30, 2004 3:15 PM
To: Windows System Software Devs Interest List
Subject: [ntdev] Book on Processor Architecture
Can somebody suggest a good book on Processor Architecture (x86, IA-64) ?
Thanks
Abhijit
—
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: unknown lmsubst tag argument: ‘’
To unsubscribe send a blank email to xxxxx@lists.osr.com
—
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: unknown lmsubst tag argument: ‘’
To unsubscribe send a blank email to xxxxx@lists.osr.com
Hello,
Prokash Sinha wrote:
> Assuming that, IF POSSIBLE, look at the book
>
> “Computer Systems - A programmers perspective” by Randal E Bryant and David
> O’Hallaron. Lots of exercise using x86 but using “as” and not very
> difficult to convert to masm…
>
> This is a text of CMU undergrads, fundamentally sound and clear :-).
I can second that this book is a good starting point. This book is
really very easy to read. Anyway, it’s “just” a good starting point as
many things are oversimplified. A collegue has partially used that book
for making a university course.
Regards,
Spiro.
–
Spiro R. Trikaliotis
http://www.trikaliotis.net/
For what it’s worth, Hennessey & Patterson was (long ago) the text book for CMU’s computer architecture program. I still have my battered copy at home somewhere.
If you’re concerend about the X86 instruction set then it’s not the right book. If you’re curious about what a set-associative cache is, or how a TLB works, or what’s good & bad about them, HP is a terrific book.
-p
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Prokash Sinha
Sent: Monday, August 30, 2004 9:52 PM
To: Windows System Software Devs Interest List
Subject: Re: [ntdev] Book on Processor ArchitectureFirst I would assume the OP is looking to correlate processor
architecture(s) with systems programming, specifically
windows driver programming…Assuming that, IF POSSIBLE, look at the book
“Computer Systems - A programmers perspective” by Randal E
Bryant and David O’Hallaron. Lots of exercise using x86 but
using “as” and not very difficult to convert to masm…This is a text of CMU undergrads, fundamentally sound and clear :-).
-pro
----- Original Message -----
From: “Andreas H?ber”
> To: “Windows System Software Devs Interest List”
> Sent: Monday, August 30, 2004 5:06 AM
> Subject: RE: [ntdev] Book on Processor Architecture
>
>
> A good book about computer architecture is “Computer
> Architecture: A Quantitative Approach”[1] by Hennessy,
> Patterson and Goldberg. It describes most topics of interest
> for computer architectures and includes case studies about
> various processors.
>
> Hth,
> --andy
>
> ________________________________________
> From: xxxxx@lists.osr.com
> [mailto:xxxxx@lists.osr.com] On Behalf Of Abhijit
> Sent: Monday, August 30, 2004 3:15 PM
> To: Windows System Software Devs Interest List
> Subject: [ntdev] Book on Processor Architecture
>
> Can somebody suggest a good book on Processor Architecture
> (x86, IA-64) ?
>
> Thanks
> Abhijit
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: unknown lmsubst tag
> argument: ‘’
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
>
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: unknown lmsubst tag
> argument: ‘’
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: unknown lmsubst tag
> argument: ‘’
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>