Books about Pentium from Amazon.com



Intel Microprocessors, The (8th Edition)
For introductory-level Microprocessor courses in the departments of Electronic Engineering Technology, Computer Science, or Electrical Engineering. The INTEL Microprocessors: 8086/8088, 80186/80188, 80286, 80386, 80486, Pentium, Pentium Pro Processor, Pentium II, Pentium III, Pentium 4, and Core2 with 64-bit Extensions, 8e provides a comprehensive view of programming and interfacing of the Intel family of Microprocessors from the 8088 through the latest Pentium 4 and Core2 microprocessors. The text is written for students who need to learn about the programming and interfacing of Intel microprocessors, which have gained wide and at times exclusive application in many areas of electronics, communications, and control systems, particularly in desktop computer systems. A major new feature of this eighth edition is an explanation of how to interface C/C++ using Visual C++ Express (a free download from Microsoft) with assembly language for both the older DOS and the Windows environments. Many applications include Visual C++ as a basis for learning assembly language using the inline assembler.Updated sections that detail new events in the fields of microprocessors and microprocessor interfacing have been added. Organized in an orderly and manageable format, this text offers more than 200 programming examples using the Microsoft Macro Assembler program and provides a thorough description of each of the Intel family members, memory systems, and various I/O systems..
Price: $77.71 [Notify me when price goes down.]


PC Hardware in a Nutshell, 3rd Edition
A longtime favorite among PC users, the third edition of the book now contains useful information for people running either Windows or Linux operating systems. Written for novices and seasoned professionals alike, the book is packed with useful and unbiased information, including how-to advice for specific components, ample reference material, and a comprehensive case study on building a PC. In addition to coverage of the fundamentals and general tips about working on PCs, the book includes chapters focusing on motherboards, processors, memory, floppies, hard drives, optical drives, tape devices, video devices, input devices, audio components, communications, power supplies, and maintenance. Special emphasis is given to upgrading and troubleshooting existing equipment so you can get the most from your existing investments..
Price: $22.84 [Notify me when price goes down.]


The Pentium Chronicles: The People, Passion, and Politics Behind Intel's Landmark Chips (Practitioners)
The Pentium Chronicles describes the architecture and key decisions that shaped the P6, Intel's most successful chip to date.  As author  Robert Colwell recognizes, success is about learning from others, and Chronicles is filled with stories of ordinary, exceptional people as well as frank assessments of "oops" moments, leaving you with a better understanding of what it takes to create and grow a winning product..
Price: $21.42 [Notify me when price goes down.]


Introduction to Assembly Language Programming: For Pentium and RISC Processors (Texts in Computer Science)
This textbook introduces the reader to assembly language programming and its role in computer programming and design. The focus is on providing students with a firm grasp of the main features of assembly programming, and how it can be used to improve a computer's performance. The revised edition covers a broad scope of subjects and adds valuable material on protected-mode Pentium programming, MIPS assembly language programming, and use of the NASM and SPIM assemblers for a Linux orientation.  All of the language's main features are covered in depth. A particular strength is the discussion of the improvements in performance that can be achieved using assembly programming where appropriate. The exposition is motivated by numerous pedagogical tools, including examples, hands-on exercises, programming code analyses and challenges, chapter summaries, and helpful appendices..
Price: $65.95 [Notify me when price goes down.]


Microprocessor Theory and Applications with 68000/68020 and Pentium
A self-contained introduction to microprocessor theory and applications

This book presents the fundamental concepts of assembly language programming and system design associated with typical microprocessors, such as the Motorola MC68000/68020 and Intel? Pentium?. It begins with an overview of microprocessors--including anexplanation of terms, the evolution of the microprocessor, and typical applications--and goes on to systematically cover:

  • Microcomputer architecture
  • Microprocessor memory organization
  • Microprocessor Input/Output (I/O)
  • Microprocessor programming concepts
  • Assembly language programming with the 68000
  • 68000 hardware and interfacing
  • Assembly language programming with the 68020
  • 68020 hardware and interfacing
  • Assembly language programming with Pentium
  • Pentium hardware and interfacing

The author assumes a background in basic digital logic, and all chapters conclude with a Questions and Problems section, with selected answers provided at the back of the book. Microprocessor Theory and Applications with 68000/68020 and Pentium is an ideal textbook for undergraduate- and graduate-level courses in electrical engineering, computer engineering, and computer science. (An instructor's manual is available upon request.) It is also appropriate for practitioners in microprocessor system design who are looking for simplified explanations and clear examples on the subject. Additionally, the accompanying CD-ROM, which contains step-by-step procedures for installing and using Ide 68k21 (68000/68020) and MASM32 / Olly Debugger (Pentium) software, provides valuable simulation results via screen shots..
Price: $91.04 [Notify me when price goes down.]



INTEL Microprocessors 8086/8088, 80186/80188, 80286, 80386, 80486, Pentium, Prentium ProProcessor, Pentium II, III, 4 (7th Edition)

KEY BENEFIT: Updated and current, this book provides a comprehensive view of programming and interfacing of the Intel family of microprocessors from the 8088 through the latest Pentium 4 microprocessor. KEY TOPICS: Organized in an orderly and manageable format, it offers over 200 programming examples using the Microsoft Macro Assembler program, and provides a thorough description of each Intel family members, memory systems, and various I/O systems. MARKET: For Electronic engineering specialist, programmers, computer scientists, or electrical engineers.

.
Price: $88.97 [Notify me when price goes down.]


Guide to Assembly Language Programming in Linux

Processor designs can be broadly divided into CISC (Complex Instruction Set Computers) and RISC (Reduced Instruction Set Computers). The dominant processor in the PC market, Pentium, belongs to the CISC category, and Linux is fast becoming the number one threat to Microsoft’s Windows in the server market. This unique guidebook provides comprehensive coverage of the key elements of Assembly language programming, specifically targeting professionals and students who would like to learn Assembly and intend or expect to move to the Linux operating system.

The book instructs users on how to install Linux on existing Windows machines, providing DVDs containing the complete Fedora Core 3 Linux distribution. Readers are introduced to Linux and its commands, and will gain insights into the NASM assembler (installation and usage). This highly useful guidebook comes complete with all the necessary software (Linux, NASM, debugger), making it an extremely valuable resource tool for all those who want to learn Assembly programming and Linux.

.
Price: $59.80 [Notify me when price goes down.]


Introduction to Assembly Language Programming: From 8086 to Pentium Processors (Undergraduate Texts in Computer Science)
This textbook introduces the reader to assembly language programming and its role in computer programming and design. The author concentrates on covering the 8086 family of processors up to and including the Pentium. The focus is on providing students with a firm grasp of the main features of assembly programming, and how it can be used to improve a computer's performance. All of the main features are covered in depth: stacks, addressing modes, arithmetic, selection and iteration, and bit manipulation; and amongst the advanced topics covered are: string processing, macros, interrupts and input/output handling, and interfacing with higher-level languages such as C. A particular strength is the discussion of the improvements in performance that can be achieved using assembly programming where appropriate. The book is based on several years of a successful course offered by the author and includes numerous hands-on exercises for students to undertake..
Price: $53.00 [Notify me when price goes down.]


Inner Loops: A Sourcebook for Fast 32-bit Software Development
With practical advice and a broad sampling of important algorithms, Inner Loops shows how to design programs that extend the edge of the envelope of PC performance. It provides a thorough review of 32-bit code optimization for the 486, Pentium and Pentium Pro, as well as design tips for writing fast 32-bit software..
Price: $30.29 [Notify me when price goes down.]


The Unabridged Pentium 4: IA32 Processor Genealogy (PC System Architecture Series)
The Unabridged Pentium 4 offers unparalleled coverage of Intel's IA32 family of processors, from the 386 through the Pentium 4 and Pentium M processors. Unlike other texts, which address solely a hardware or software audience, this book serves as a comprehensive technical reference for both audiences. Inside, the Mindshare trainers cover not only the hardware design and software enhancements of Intel's latest processors, they also explain the relationship between these hardware and software characteristics.

As a result, readers will come away with a complete understanding of the processor's internal architecture, the Front Side Bus (FSB), the processor's relationship to the system, and the processor's software architecture.

Essential topics covered include:

Goals of single-task and multi-task operating systems
The 386 processor—the baseline ancestor of the IA32 processor family
The 486 processor, including a cache primer
The Pentium processor
The P6 roadmap, P6 processor core, and P6 FSB
The Pentium Pro processor, including the Microcode Update feature
Pentium II and the Pentium II Xeon processors
Pentium III and Pentium III Xeon processors
The Pentium 4 processor family
The Pentium M processor
Processor identification, System Management Mode, and the IO and Local APICs
An "at-a-glance" table of contents allows readers to quickly find topics ranging from 386 Demand Mode Paging to Pentium 4 CPU Arbitration. An accompanying CD-ROM contains additional book material.

Whether you design software or hardware or are responsible for system maintenance or customer support, The Unabridged Pentium 4 will prove an invaluable reference to the world's most widely used microprocessor chips..
Price: $47.74 [Notify me when price goes down.]



<< oz amos



All trademarks are the property of their respective owners.
Copyright 1996-2007 CHHS, your place for CHHS, Plano, Texas, 10220