80x86汇编语言与计算机体系结构(附光盘英文版)/经典原版书库
分類: 图书,计算机与互联网,程序语言与软件开发,语言与开发工具,汇编语言,
品牌: 德特默著
基本信息·出版社:机械工业出版社
·ISBN:711115312X
·条形码:9787111153122
·包装版本:1
·装帧:平装
产品信息有问题吗?请帮我们更新产品信息。
内容简介` 本书砂嫌有主流操作系统彩的32位地址环境中介绍了80X86汇编语言和计算机体系结构,使读者能够在汇编语言层面上了解传统意义上的体系结构。
本书的主要特点:
重点介绍了32位内存模型和32位指令;
强调体系结构,如寄存器、内存编址、硬件功能等;
阐述了如何在汇编语言中实现高级语言概念
提前介绍了汇编语言编程以及Microsoft公司的Windbg调试器
随书光盘内容包括:Microsoft公司的MASM汇编程序、全屏幕调试器Win Dbg和链接器以及完整的源代码和作者自己编写的用于辅助I/O的软件。
作者简介Richard C.Detmer于1966年毕业于肯塔基大学,后于威斯康星大学获硕士学位和博士学位,现任中田纳西州立大学计算机科学系教授和系主任。
目录
Chapter 1 Representing date in a computer
Binary and hexadecimal numbers
Character codes
2's complement representation for signed integers
Addition and subtraction of 2's compklement numbers
Other systems for representing numbers
Chapter summary
Chapter 2 Parts of a computer system
PC Hardware:Memory
PC Hardware:The cpu
PC Hardware:input/output devices
PC Software
Chapter summary
Chapter 3 Elements of assembly language
Assembly language statements
A complete example
How to assemble,Link and run a program
The asembler listing file
Constant operands
Instruction operands
Input/output using macros defined in IO.H
chapter summary
Chapter 4 Basic instructions
Chapter 5 Branching and looping
Chapter 6 Procedures
Chapter 7 String operations
Chapter 8 Bit manipulation
Chapter 9 The assembly process
Chapter 10 Floating-point arithmetic
Chapter 11 Decimal arithmetic
Chapter 12 Input/output
……[看更多目录]