• Intel微处理器
  • Intel微处理器
21年品牌 40万+商家 超1.5亿件商品

Intel微处理器

实物拍照,(图片与标题不符以图片为主)

18 3.5折 52 八五品

仅1件

河北邢台
认证卖家担保交易快速发货售后保障

作者布雷(Brey.B.B.) 著

出版社高等教育出版社

出版时间2003-01

版次5

装帧平装

货号A6-6

上书时间2024-11-12

栖岛书屋

已实名 已认证 进店 收藏店铺

   商品详情   

品相描述:八五品
图书标准信息
  • 作者 布雷(Brey.B.B.) 著
  • 出版社 高等教育出版社
  • 出版时间 2003-01
  • 版次 5
  • ISBN 9787040100983
  • 定价 52.00元
  • 装帧 平装
  • 开本 16开
  • 纸张 胶版纸
  • 页数 966页
  • 字数 1464千字
  • 正文语种 英语
  • 丛书 国外优秀信息
【内容简介】
微处理器的编程模式和系统结构;Intel系列微处理器指令;在C/C++程序中编制汇编程序模块;存储器接口;基本输入/输出技术;数值协处理器及MMX技术;总线接口;8086/8088、80186/80188~80486、Pentium系列微处理器等。
【目录】
1IntroductiontotheMicroprocessorandComputer
Introduction/ChapterObjectives
1-1AHistoricalBackground
1-2TheMicroprocessor-BasedPersonalComputerSystem
1-3NumberSystems
1-4ComputerDataFormats
1-5Summary
1-6QuestionsandProblems
2TheMicroprocessoranditsArchitecture
Introduction/ChapterObjectives
2-1InternalMicroprocessorArchitecture
2-2RealModeMemoryAddressing
2-3IntroductiontoProtectedModeMemoryAddressing
2-4MemoryPaging
2-5Summary
2-6QuestionsandProblems
3AddressingModes
Introduction/ChapterObjectives
3-1Data-AddresingModes
3-2ProgramMemory-AddressingModes
3-3StackMemory-AddressingModes
3-4Summary
3-5QuestionsandProblems
4DataMovementInstructions
Introduction/ChapterObjectives
4-1MOVRevisited
4-2PUSH/POP
4-3Load-EffectiveAddress
4-4StringDataTransfers
4-5MiscellaneousDataTransferInstructions
4-6SegmentOverridePrefix
4-7AssemblerDetail
4-8Summary
4-9QuestionsandProblems
5ArithmeticandLogicInstructions
Introduction/ChapterObjectives
5-1Addition,Subtraction,andComparison
5-2MultiplicationandDivision
5-3BCDandASCIIArithmetic
5-4BasicLogicInstructions
5-5ShiftandRotate
5-6StringComparisons
5-7Summary
5-8QuestionsandProblems
6ProgramControlInstructions
Introduction/ChapterObjectives
6-1TheJumpGorup
6-2ControllingtheFlowofanAssemblyLanguageProgram
6-3Procedures
6-4IntroductiontoInterrrupts
6-5MachineControlandMiscellaneousInstructions
6-6Summary
6-7QuestionsandProblems
7ProgrammingtheMicroprocessor
Introduction/ChapterObjectives
7-1ModularProgramming
7-2UsingtheKeyboardandVideoDisplay
7-3DataConversions
7-4DiskFiles
7-5ExamplePrograms
7-6InterruptHooks
7-7Summary
7-8QuestionsandProblems
8UsingAssemblyLanguagewithC/C++
Introduction/ChapterObjectives
8-1UsingAssemblyLanguagewithC/C++for16-bitApplications
8-2UsingAssemblyLanguagewithC/C++for32-bitApplications
8-3SeparateAssemblyObjects
8-4Summary
8-5QuestionsandProblems
98086/8088HardwareSpecifications
Introduction/ChapterObjectives
9-1Pin-OutsandPinFunctions
9-2ClockGenerator(8284A)
9-3BusBufferingandLatching
9-4BusTiming
9-5ReadyandtheWaitState
9-6MinimumModeVerseMaximumMode
9-7Summary
9-8QuestionsandProblems
10MemoryInterface
Introduction/ChapterObjectives
10-1MemoryDevices
10-2AddressDecoding
10-38088and80188(8-bit)MemoryInterface
10-48086,80186,80286,and80386SX(16-bit)MemoryInterface
10-580386DXand80486(32-bit)MemoryInteface
10-6Pentium,PentiumPro,andPentiumII(64-bit)MemoryInterface
10-7DynamicRAM
10-8Summary
10-9QuestionsandProblems
11BasicI/OInterface
Introduction/ChapterObjectives
11-1IntroductiontoI/OInterface
11-2I/OPortAddressDecoding
11-3TheProgrammablePeripheralInterface
11-4The8279ProgrammableKeyboard/DisplayInterface
11-58254ProgammableIntervalTimer
11-616550ProgrammableCommunicationsInterface
11-7Analog-to-Digital(ADC)andDigital-to-Analog(DAC)Conversions
11-8Summary
11-9QuestionsandProblems
12Interrupts
Introduction/ChapterObjectives
12-1BasicInterruptProcessing
12-2HardwareInterrupts
12-3ExpandingtheInterruptStructure
12-48259AProgrammableInterruptController
12-5InterruptExamples
12-6Summary
12-7QuestionsandProblems
13DirectMemoryAccessandDMA-ControlledI/O
Introduction/ChapterObjectives
13-1BasicDMAOperation
13-2The8237DMAController
13-3Shared-BusOperation
13-4DiskMemorySystems
13-5VideoDisplays
13-6Summary
13-7QuestionsandProblems
14TheArithmeticCoprocessorandMMXTechnology
Introduction/ChapterObjectives
14-1DataFormatsfortheArithmeticCoprocessor
14-2The80X87Architecture
14-3InstructionSet
14-4ProgrammingwiththeArithmeticCoprocessor
14-5IntroductiontoMMXTechnology
14-6Summary
14-7QuestionsandProblems
15BusInterface
Introduction/ChapterObjectives
15-1TheISABus
15-2TheExtendedISA(EISA)andVESALocalBuses
15-3ThePeripheralComponentInterconnect(PCI)Bus
15-4TheUniversalSerialBus(USB)
15-5AcceleratedGraphicsPort(AGP)
15-6Summary
15-7QuestionsandProblems
16The80186,80188,and80286Microprocessors
Introduction/ChapterObjectives
16-180186/80188Architecture
16-2Programmingthe80186/80188Enhancements
16-380C188EBExampleInterface
16-4Introductiontothe80286
16-5Summary
16-6QuestionsandProblems
17The80386and80486Microprocessors
Introduction/ChapterObjectives
17-1Introductiontothe80386Microprocerssor
17-2Special80386Registers
17-380386MemoryManagement
17-4MovingtoProtectedMode
17-5Virtual8086Mode
17-6TheMemoryPagingMechanism
17-7Introductiontothe80486Microprocessor
17-8Summary
17-9QuestionsandProblems
18ThePentiumandPentiumProMicroprocessors
Introduction/ChapterObjectives
18-1IntroductiontothePentiumMicroprocessor
18-2SpecialPentiumRegisters
18-3PentiumMemoryManagement
18-4NewPentiumInstructions
18-5IntroductiontothePentiumProMicroprocessor
18-6SpecialPentiumProFeatures
18-7Summary
18-8QuestionsandProblems
19ThePentiumIIMicroprocessor
Introduction/ChapterObjectives
19-1IntroductiontothePentiumIIMicroprocessor
19-2PentiumIISoftwareChanges
19-3Summary
19-4QuestionsandProblems
AppendixATheAssembler,DiskOperatingSystem,BasicI/OSystem,Mouse,andDPMIMemoryManager
AppendixBInstructionSetSummary
AppendixCFlag-BitChanges
AppendixDAnswerstoSelectedEven-NumberedQuestionsandProblems
点击展开 点击收起

   相关推荐   

—  没有更多了  —

以下为对购买帮助不大的评价

此功能需要访问孔网APP才能使用
暂时不用
打开孔网APP