Intel微处理器——从8086到Pentium系列体系结构、编程与接口技术(第5版)(影印版)
分類: 图书,计算机/网络,计算机理论,
作者: (美)布雷(Brey,B.)编
出 版 社: 高等教育出版社
出版时间: 2001-8-1字数: 1464000版次: 1页数: 966印刷时间: 2003/04/01开本: 大16开印次: 1纸张: 胶版纸I S B N : 9787040100983包装: 平装内容简介
Intel微处理器已经在电子、通信、控制系统和桌面计算机系统等领域得到了广泛的应用。本书从实用的角度出发,全面介绍了Intel系列微处理器的编程和接口技术。主要内容包括:微处理器的编程模式和系统结构;Intel系列微处理器指令;在C/C++程序中编制汇编程序模块;存储器接口;基本输入/输出技术;数值协处理器及MMX技术;总线接口;8086/8088、80186/80188~80486、Pentium系列微处理器等。与第四版相比,本书增加了如何将汇编语言与C/C++结合起来编程、USB接口、MMX技术及PentiumⅡ等内容。书中列举了大量实例,具有较强的实用性;本书内容系统,结构合理,叙述详尽,每章前有学习目标、章后有小结及习题,并配有大量图表,易为读者接受。此外,本书内容较新,使读者能够把握技术发展的前沿。本书可作为高等校院相关课程教材。对于希望掌握Intel微处理器编程和接口技术的读者来说,本书也是一本很好的参考书。
目录
CONTENTS
1 Introduction to the Microprocessor and Computer
Introduction/ Chapter Objectives
1-1 A Historical Background
1-2 The Microprocessor-Based Personal Computer System
1-3 Number Systems
1-4 Computer Data Formats
1-5 Summary
1-6 Questions and Problems
2 The Microprocessor and Its Architecture
Introduction/ Chapter Objectives
2-1 Internal Microprocessor Architecture
2-2 Real Model Memory Addressing
2-3 Introduction to Protected Mode Memory Addressing
2-4 Memory Paging
2-5 Summary
2-6 Questions and Problems
3 Addressing Modes
Introduction/ Chapter Objectives
3-1 Data-Addressing Modes
3-2 Program Memory-Addressing Modes
3-3 Stack Memory-Addressing Modes
3-4 Summary
3-5 Questions and Problems
4 Data Movement Instructions
Introduction/ Chapter Objectives
4-1 MOV revisited
4-2 PUSH/POP
4-3 Load-Effective Address
4-4 String data Transfers
4-5 Miscellaneous Data Transfer Instructions
4-6 Segment Override
……