中文名: 匯編語言程序設計
原名: Assembly Language for x86 Processors
作者: Irvine
Dandamudi
圖書分類: 軟件
資源格式: PDF
版本: 第6版
出版社: Prentice Hall
書號: 0-13-602212-X
發行時間: 2011年
地區: 美國
語言: 英文
簡介:
內容簡介: 《匯編語言程序設計(第6版)》全面細致地講述了匯編語言程序設計的各個方面。從微處理器體系結構、工作機制到指令集;從最基本的編譯器鏈接器的使用到高級過程、結構和宏的使用;從用純匯編編寫程序到用vc++、bc++等最新編譯器與匯編的混合接口編程;從16位實模式下bios、dos實模式文本及圖形程序設計到32位保護模式的windows程序設計;從磁盤基礎知識到intel指令編碼、浮點運算等相關知識都做了深入而細致的講解。
《匯編語言程序設計(第6版)》內容廣博,但又講解得非常深入,是匯編語言課程的很好教材。
內容截圖: 目錄:
preface xix
1 basic concepts 1
1.1 welcome to assembly language 1
1.2 virtual machine concept 7
1.3 data representation 9
1.4 boolean operations 22
1.5 chapter summary 26
1.6 exercises 27
2 x86 processor architecture 29
2.1 general concepts 29
2.2 x86 architecture details 36
2.3 x86 memory management 43
2.4 components of atypical x86 computer 48
2.5 input-output system 52
2.6 chapter summary 55
2.7 chapter exercises 57
3 assembly language fundamentals 58
3.1 basic elements of assembly language 58
3.2 example: adding and subtracting integers 66