e99 Online Shopping Mall

Geometry.Net - the online learning center Help  
Home  - Basic P - Processors Hardware (Books)

  Back | 41-60 of 100 | Next 20
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

click price to see details     click image to enlarge     click link to go to the store

$24.00
41. Domain-Specific Processors: Systems,
$114.81
42. Multithreaded Processor Design
$30.99
43. The Intel Microprocessors 8086/8088,
$96.28
44. Computer Vision: Specialized Processors
$37.70
45. Network Processor Design: Issues
$65.00
46. Processor Networks and Aspects
 
47. Coming of Age: Proceedings of
 
$55.42
48. Media Processors 1999: 28-29 January
$212.07
49. Code Generation for Embedded Processors
 
50. Electronic Processor Systems
 
$69.89
51. Embedded Processors For Multimedia
$147.90
52. Associative Processing and Processors
 
53. The 486 Book: A Complete Guide
 
54. The Motorola Mc68000: An Introduction
 
$18.68
55. I960 Processors and Related Products
 
56. Pentium Processor User's Manual:
$18.95
57. Pentium Pro Processor System Architecture
$63.15
58. Processor Description Languages,
$49.99
59. The PowerPC Architecture: A Specification
 
60. 80X86 Architecture and Programming:

41. Domain-Specific Processors: Systems, Architectures, Modeling, and Simulation (Signal Processing and Communications)
Hardcover: 280 Pages (2003-11-11)
list price: US$129.95 -- used & new: US$24.00
(price subject to change: see help)
Asin: 0824747119
Canada | United Kingdom | Germany | France | Japan
Editorial Review

Product Description
Assessment runs from realizations of the extended linearization model to optimization for piecewise regular processor arrays. Emphasizes efficiency in discussions of scalable parallel-pipelined and compiled regular architectures. Also covers single chip multiprocessing for consumer electronics. ... Read more


42. Multithreaded Processor Design (The Springer International Series in Engineering and Computer Science)
by Simon W. Moore
Hardcover: 160 Pages (1996-04-30)
list price: US$209.00 -- used & new: US$114.81
(price subject to change: see help)
Asin: 0792397185
Canada | United Kingdom | Germany | France | Japan
Editorial Review

Product Description
Multithreaded Processor Design takes the unique approachof designing a multithreaded processor from the ground up. Everyaspect is carefully considered to form a balanced design rather thanmaking incremental changes to an existing design and then ignoringproblem areas.The general purpose parallel computer is anelusive goal. Multithreaded processors have emerged as a promisingsolution to this conundrum by forming some amalgam of the commonplacecontrol-flow (von Neumann) processor model with the more exoticdata-flow approach. This new processor model offers many excitingpossibilities and there is much research to be performed to make thistechnology widespread. Multithreaded processors utilize the simple and efficient sequentialexecution technique of control-flow, and also data-flow likeconcurrency primitives. This supports the conceptually simple butpowerful idea of rescheduling rather than blocking when waiting fordata, e.g. from large and distributed memories, thereby toleratinglong data transmission latencies. This makes multiprocessing far moreefficient because the cost of moving data between distributed memoriesand processors can be hidden by other activity. The same hardwaremechanisms may also be used to synchronize interprocess communicationsto awaiting threads, thereby alleviating operating system overheads.Supporting synchronization and scheduling mechanisms in hardwarenaturally adds complexity. Consequently, existing multithreadedprocessor designs have tended to make incremental changes to existingcontrol-flow processor designs to resolve some problems but notothers. Multithreaded Processor Design serves as an excellent referencesource and is suitable as a text for advanced courses in computerarchitecture dealing with the subject. ... Read more


43. The Intel Microprocessors 8086/8088, 80186/80188, 80286, 80386, 80486, Pentium, and Pentium Pro Processor Architecture, Programming, and Inter- facing
by Barry B. Brey
Hardcover: 1024 Pages (2002-08-15)
list price: US$120.00 -- used & new: US$30.99
(price subject to change: see help)
Asin: 0130607142
Average Customer Review: 3.5 out of 5 stars
Canada | United Kingdom | Germany | France | Japan
Editorial Review

Product Description
Keeping users on the forefront of technology, this timely volume offers a practical reference to all programming and interfacing aspects of the popular Intel family of microprocessors. Organized in an orderly and manageable format that stimulates and challenges understanding, the book contains numerous example programs using the Microsoft Macro Assembler program, and provides a thorough description of each Intel family member, memory systems, and various I/O systems.The volume provides an introduction to the microprocessor and computer and explains addressing modes, data movement instructions, program control instructions, programming the microprocessor and using assembly language with C/C++. It also outlines 8086/8088 hardware specifications, memory interface, basic I/O interface and interrupts, and the latest Pentium microprocessors.For anyone wanting a thorough knowledge of programming and interfacing of the Intel family of microprocessors. ... Read more

Customer Reviews (7)

4-0 out of 5 stars A Good Book, but it needs a bit editing
It's a really Good Book, very thorough. But it lacks editing for the new revisions. There are quite a few chapters that concerns DOS only, and these days it would be hard to find a person that finds this interesting.
Those chapters could very well be exchanged for information on XP, Win 2003 or even Linux. And now I mentioned Linux: this OS is completely ignored in the text. When the author lists the 32 bit operating systems, he event counts Win95 and Win98, but excludes Linux and Unix!?

So: A very nice read that could have been better.

1-0 out of 5 stars Out of date
Has a lot of good background, but if you are looking for in-depth information about the Pentium family, you should likely skip this book.The "Pentium and Pentium Pro" chapter starts page 753, "Pentium II, III and 4" starts page 783, and "Appendixes" star page 802, meaning 30 pages and 19 pages respectively on the last two Intel processor families.

Several references in the book state things like "just introduced" or "this year", but were obviously from early editions.

I recognize how hard it is to keep up to date - The current (as of this writing) architecture documents from Intel on IA-32e and AMD for AMD64 are several thousands of pages and free for download.Of course, I never expected 64 bit architecture discussion in this book, butbut I was looking for a narrative that would set the base and context of modern 32 bit implementations.

5-0 out of 5 stars Very detail oriented, complete and good reference
I have read the first 140 pages of this book, and I really like it. So far, I have the following comments.
Good points:
1.) It covers both real and protected mode from the start. Other books wait until the middle of the books before they cover protected mode.
2.) Assembly language command mechanism are explained in great detail. The author explain exactly what's going on. How the data moved from memory to register, register to register, how the memory in a computer is organized, how exactly PUSH and POP command works etc. There are lots of diagram that illustrate his explanations.
3.) It covers from 8086 to Pentium II hardware architecture. Many books are strictly limited to outdated 8086 and 8088 processors.
4.) The exercises at the end of each chapter increases my understanding of the subject and answers to even numbered problems are available at the end of the book.

Bad Points:
1.)Assembly language and processor architecture are hard subjects. You have to read each chapter several times before you can get a good grasp of the topic.
2.)Some of the topic presented by the authors can not be easily understood until you read the subsequent chapters.

One suggestion for people who read the book: Make sure you know how to convert binary, hexadecimal and decimal number. You have to know these otherwise you can get lost. Some basic understanding of logic gates is also helpfull!

2-0 out of 5 stars Unhelpful and Scattered
I'm currently studying Electronic Engineering, and this is our recommended text for the introduction to assembly module. I find i can't use the book as it does not lay out any subject clearly. Often parts of the language are used in examples then introduced and explained many pages later. If starting you have to get at least one other book.

5-0 out of 5 stars This Book is a must for Hardware Freaks
My teacher used this book in our Electronics Engineering course few year back, it was some old edition.Since then I wanted to buy this book, but I couldn't find it in decent price.Few days back I bought it for US ... (lucky me).This book is really great for Assembly Programmers, Hardware Interfacing (with PCI, Local bus, AGP, LPT and USB), etc.It is also great for leaning Interfacing with other devices too, since it clearly describes some interfacing ICs.It is not suited for beginners. ... Read more


44. Computer Vision: Specialized Processors for Real-Time Image Analysis: Workshop Proceedings Barcelona, Spain, September 1991 (ESPRIT Basic Research Series)
Hardcover: 216 Pages (1994-09-29)
list price: US$107.00 -- used & new: US$96.28
(price subject to change: see help)
Asin: 3540570160
Canada | United Kingdom | Germany | France | Japan
Editorial Review

Product Description
Computer vision falls short of human vision in two respects: execution time and intelligent interpretation. This book addresses the question of execution time. It is based on a workshop on specialized processors for real-time image analysis, held as part of the activities of an ESPRIT Basic Research Action, the Working Group on Vision. The aim of the book is to examine the state of the art in vision-oriented computers. Two approaches are distinguished: multiprocessor systems and fine-grain massively parallel computers. The development of fine-grain machines has become more important over the last decade, but one of the main conclusions of the workshop is that this does not imply the replacement of multiprocessor machines. The book is divided into four parts. Part 1 introduces different architectures for vision: associative and pyramid processors as examples of fine-grain machines and a workstation with bus-oriented network topology as an example of a multiprocessor system. Parts 2 and 3 deal with the design and development of dedicated and specialized architectures. Part 4 is mainly devoted to applications, including road segmentation, mobile robot guidance and navigation, reconstruction and identification of 3D objects, and motion estimation. ... Read more


45. Network Processor Design: Issues and Practices, Volume 1 (The Morgan Kaufmann Series in Computer Architecture and Design)
by Mark A. Franklin, Patrick Crowley, Haldun Hadimioglu, Peter Z. Onufryk
Paperback: 338 Pages (2002-10-18)
list price: US$88.95 -- used & new: US$37.70
(price subject to change: see help)
Asin: 1558608753
Canada | United Kingdom | Germany | France | Japan
Editorial Review

Product Description


As the demand for digital communication networks has increased, so have the challenges in network component design. To meet ever-escalating performance, flexibility, and economy requirements, the networking industry has opted to build products around network processors. These new chips range from task-specific processors, such as classification and encryption engines, to more general-purpose packet or communications processors. Programmable yet application-specific, their designs are tailored to efficiently implement communications applications such as routing, protocol analysis, voice and data convergence, firewalls, VPNs, and QoS.


Network processor design is an emerging field with issues and opportunities both numerous and formidable. To help meet this challenge, the editors of this volume created the first Workshop on Network Processors, a forum for scientists and engineers from academia and industry to discuss their latest research in the architecture, design, programming, and use of these devices. In addition to including the results of the Workshop in this volume, the editors also present specially commissioned material from practicing designers, who discuss their companies' latest network processors. Network Processor Design: Issues and Practices is an essential reference on network processors for graduate students, researchers, and practicing designers.

* Includes contributions from major academic and industrial research labs including Aachen University of Technology; Cisco Systems; Infineon Technologies; Intel Corp.; North Carolina State University; Swiss Federal Institute of Technology; University of California, Berkeley; University of Dortmund; University of Washington; and Washington University.
* Examines the latest network processors from Agere Systems, Cisco, IBM, Intel, Motorola, Sierra Inc., and TranSwitch. ... Read more


46. Processor Networks and Aspects of the Mapping Problem (Cambridge International Series on Parallel Computation)
by Peter A. J. Hilbers
Hardcover: 143 Pages (1991-11-29)
list price: US$65.00 -- used & new: US$65.00
(price subject to change: see help)
Asin: 0521402506
Canada | United Kingdom | Germany | France | Japan
Editorial Review

Product Description
Processor networks consisting of a thousand and more processing nodes that interact by sending messages over a communications network are feasible today.They can only meet the market's demand for high-speed, low-cost computing when adequate facilities for the implementation of distributed programs--programs consisting of a collection of processes that communicate and synchronize via the exchange of messages--are offered.This book investigates some of these facilities by viewing both the processor network and the distributed program as a graph. Dr. Hilbers begins by introducing distributed computing with graph theory, and considers processor networks and their price/performance ratios.He goes on to look at obtaining homogeneous distributions of work over networks and considers examples.The author closes by discussing message routing within a processor network. ... Read more


47. Coming of Age: Proceedings of the Sixth Ecmwf Workshop on the Use of Parallel Processors in Meteorology, Reading, Uk, November 21-25, 1994
 Hardcover: 568 Pages (1995-06)
list price: US$113.00
Isbn: 9810222114
Canada | United Kingdom | Germany | France | Japan
Editorial Review

Product Description
Weather forecasting and climatology have traditionally been users of the world's fastest supercomputers. The emergence of massively parallel supercomputers as likely successors to current vector supercomputers has resulted in the conversion of weather and climate models to suit parallel supercomputers with thousands of processors. The European Centre for Medium-Range Weather Forecasts has established itself as the central venue for bringing together operational weather forecasters, climate researchers and parallel computer manufacturers to share their experiences about these efforts every other year. This book presents a cross-section of the results achieved so far in this demanding area of high-performance computing. ... Read more


48. Media Processors 1999: 28-29 January 1999, San Jose, California (Proceedings of Spie--the International Society for Optical Engineering, V. 3655.)
 Paperback: 208 Pages (1998-12)
list price: US$70.00 -- used & new: US$55.42
(price subject to change: see help)
Asin: 0819431265
Canada | United Kingdom | Germany | France | Japan

49. Code Generation for Embedded Processors (The Springer International Series in Engineering and Computer Science)
Hardcover: 340 Pages (1995-06-30)
list price: US$249.00 -- used & new: US$212.07
(price subject to change: see help)
Asin: 0792395778
Average Customer Review: 4.0 out of 5 stars
Canada | United Kingdom | Germany | France | Japan
Editorial Review

Product Description
Modern electronics is driven by the explosive growth of digitalcommunications and multi-media technology. A basic challenge is todesign first-time-right complex digital systems, that meet stringentconstraints on performance and power dissipation. In order to combine this growing system complexity with anincreasingly short time-to-market, new system design technologies areemerging based on the paradigm of embedded programmable processors.This concept introduces modularity, flexibility and re-use in theelectronic system design process. However, its success will criticallydepend on the availability of efficient and reliable CAD tools todesign, programme and verify the functionality of embedded processors.Recently, new research efforts emerged on the edge between softwarecompilation and hardware synthesis, to develop high-quality codegeneration tools for embedded processors. Code Generation forEmbedded Systems provides a survey of these new developments.Although not limited to these targets, the main emphasis is on codegeneration for modern DSP processors. Important themes covered by thebook include: the scope of general purpose versus application-specificprocessors, machine code quality for embedded applications,retargetability of the code generation process, machine descriptionformalisms, and code generation methodologies.Code Generationfor Embedded Systems is the essential introduction to this fastdeveloping field of research for students, researchers, andpractitioners alike. ... Read more

Customer Reviews (1)

4-0 out of 5 stars A Flexible Firmware Development Enviroment foe Embedded
FlexWare: A retargetable code generator for embedded processors ... Read more


50. Electronic Processor Systems
by J. R. Gibson
 Hardcover: 286 Pages (1987-01)

Isbn: 0713135719
Canada | United Kingdom | Germany | France | Japan

51. Embedded Processors For Multimedia And Communications (Proceedings of Spie)
 Paperback: 154 Pages (2004-04-30)
list price: US$70.00 -- used & new: US$69.89
(price subject to change: see help)
Asin: 0819452122
Canada | United Kingdom | Germany | France | Japan

52. Associative Processing and Processors
Hardcover: 349 Pages (1997-07)
list price: US$55.00 -- used & new: US$147.90
(price subject to change: see help)
Asin: 0818676612
Canada | United Kingdom | Germany | France | Japan

53. The 486 Book: A Complete Guide to Utilizing the Power of the 486 Processor/Book and Disk
by Joseph Haas, Thomas Jungbluth
 Paperback: 448 Pages (1993-03)
list price: US$34.95
Isbn: 1557551839
Canada | United Kingdom | Germany | France | Japan

54. The Motorola Mc68000: An Introduction to Processor, Memory, and Interfacing
by Jean Bacon
 Paperback: 320 Pages (1986-01)
list price: US$32.80
Isbn: 0136041094
Canada | United Kingdom | Germany | France | Japan

55. I960 Processors and Related Products 1994 994
by Intel Corporation
 Paperback: Pages (1994-11)
list price: US$23.95 -- used & new: US$18.68
(price subject to change: see help)
Asin: 1555122345
Canada | United Kingdom | Germany | France | Japan
Editorial Review

Product Description
The i960 embedded processor is the world's bestselling RISC processor. This databook features product specifications for the new i960 Hx series processors which perform at more than 150 million instructions per second (MIPS), operating at speeds up to 75MHz. Also included is the Cobra series processors which feature on-chip cache memory. ... Read more


56. Pentium Processor User's Manual: 82496 Cache Controller and 82491 Cache Sram Data Book
by Intel Corporation
 Paperback: Pages (1994-03)
list price: US$26.95
Isbn: 1555122221
Canada | United Kingdom | Germany | France | Japan
Editorial Review

Product Description
Written for the experienced engineer, this data book is focused specifically on designing the 82496 Cache Controller and 82491 Cache SRAM using the Pentium Processor. ... Read more


57. Pentium Pro Processor System Architecture (PC System Architecture Series)
by Tom Shanley
Paperback: 560 Pages (1996-12-23)
list price: US$34.95 -- used & new: US$18.95
(price subject to change: see help)
Asin: 0201479532
Average Customer Review: 4.0 out of 5 stars
Canada | United Kingdom | Germany | France | Japan
Editorial Review

Product Description
Written for computer hardware and software engineers,this book details the internal architecture of the processor,providing insight into how it translates legacy x86 code into RISCinstructions, executes them out-of-order, and then reassembles theresult to match the original program flow.In detailing theprocessor's internal operations, the book reveals why the processorgenerates various transaction types, and how it watches bus trafficgenerated by other entities to ensure cache consistency.The busprotocol is described in detail in a logical, building-block manner. ... Read more

Customer Reviews (1)

4-0 out of 5 stars A fast overview
Suitable as a fast introduction to the Pentium Pro, but limited only to that. Gives an overview of the features that distinguish the chip from the Pentium processors.A decent description of the processor's pipeline.A mishmash of information about pins, bus transactions, system programming, etc.In every catagory, the information is a mishmash and is limited. This book is not a good substitute for the official Intel manuals. ... Read more


58. Processor Description Languages, Volume 1 (Systems on Silicon)
Hardcover: 432 Pages (2008-06-12)
list price: US$83.95 -- used & new: US$63.15
(price subject to change: see help)
Asin: 0123742870
Canada | United Kingdom | Germany | France | Japan
Editorial Review

Product Description
Efficient design of embedded processors plays a critical role in embedded systems design. Processor description languages and their associated specification, exploration and rapid prototyping methodologies are used to find the best possible design for a given set of applications under various design constraints, such as area, power and performance.

This book is the first, comprehensive survey of modern architecture description languages and will be an invaluable reference for embedded system architects, designers, developers, and validation engineers.Readers will see that the use of particular architecture description languages will lead to productivity gains in designing particular (application-specific) types of embedded processors.

* Comprehensive coverage of all modern architecture description languages... use the right ADL to design your processor to fit your application;
* Most up-to-date information available about each architecture description language from the developers...save time chasing down reliable documentation;
* Describes how each architecture desccription language enables key design automation tasks, such as simulation, synthesis and testing...fit the ADL to your design cycle;
... Read more


59. The PowerPC Architecture: A Specification for a New Family of RISC Processors
by Ed Sikha, Rick Simpson, Cathy May
Hardcover: 518 Pages (1994-06)
list price: US$71.00 -- used & new: US$49.99
(price subject to change: see help)
Asin: 1558603166
Average Customer Review: 3.5 out of 5 stars
Canada | United Kingdom | Germany | France | Japan
Editorial Review

Product Description
Provides a stable base for software, allowing applications that run on one PowerPC processor to run consistently on any other PowerPC processor. ... Read more

Customer Reviews (3)

5-0 out of 5 stars Excellent Introduction to the PowerPC Architecture
I would usually not have a written a review for this book, but was taken aback by it's very poor rating. It turned out that this was because of one very poor review which I feel did not do justice to the book, and so I felt compelled to add my opinion.

While many (free) manufacturer supplied data books for various PowerPC implementations have become available since this book was published this is the only PowerPC book that still remains on my shelf. I no longer work on this architecture, but I've found it impossible to give my copy of book away (yes, all the data books are long gone). I find this an excellent introduction to the PowerPC family of processors, and if there are facts about the architecture I need to look up I have always found it here. So, if you don't need a shelf full of data books, and are ready to pay for one hardcover that is almost always good enough, go out and get this one. It's not going to tell you about proprietary implementation details about a specific chip, but if you need to look up something about the PowerPC this should be a great reference.

5-0 out of 5 stars Good material
I read the review from the other reader and I want to give justice to thisbook. If the person who bought this book is disappointed because s/he washoping to get something else instead, it has nothing to do with the qualityof the current material. A lot of not so positive reviews I read here fallin the same "erroneously bought" critic syndrom. Regarding thisbook, this is really excellent if you want to go deeper than simply readingthe manufacturer'suser and programming manuals. I work daily on PowerPCcomputers implementing low level OS routines and this book does a great jobat helping me on using specific instructions. In fact, this material addedto the (free) manufacturer manuals and Gary Kacmarcik's book is all oneneed to work intimately on this wonderful CPU. If you need something at amore generic level, buy J. Hennessey's book.

1-0 out of 5 stars Save your time and money, folks
This book is NOT a design tool.It's not much of anything, as a matter of fact.It resembles a dumbed-down PowerPC data book, and is marginally easier to read, but it contains much less useful information.The textlacks sufficient detail to be implementation oriented.It focuses far toomuch on programming basics to be considered design oriented.I thinkperhaps it was intended to serve as an introductory manual for people whodon't know how to read data books.

If you're thinking of using this toolin a classroom setting, please don't.There is little or no information init that can't be obtained FREE by downloading the PowerPC "ProgrammingEnvironments" data book and the specific data book for your particularprocessor directly from Motorola. ... Read more


60. 80X86 Architecture and Programming: Architecture Reference : Covers Implementations from the 8086 to the I486, and Includes the 80X87 Processor Exte (Architecture & Programming 80x86)
by Rakesh K. Agarwal
 Paperback: 656 Pages (1991-01)
list price: US$61.00
Isbn: 0132454327
Canada | United Kingdom | Germany | France | Japan
Editorial Review

Product Description
The most complete architecture reference available on the 80X86 microprocessor family, this reference manual describes the software architecture of the 80X86 processor extension family, including the 1486. Each family is described as a whole, and a detailed description is given for the advanced execution modes - the protected mode and virtual-86 mode. The book is intended to give support to readers as they write assembly language programs, debug programs using complex 80X86 instructions and dis-assemble "core dumps". Because the C language is used as a tool for describing the architecture, the ability to read simple C programs is a prerequisite to using this book. ... Read more


  Back | 41-60 of 100 | Next 20
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

Prices listed on this site are subject to change without notice.
Questions on ordering or shipping? click here for help.

site stats