基本信息·出版社:机械工业出版社 ·ISBN:711115312X ·条形码:9787111153122 ·版本:第1版 ·装帧:平装 ·丛书名:经典原版书库 ·图书品牌:华章图 ...
商家名称 |
信用等级 |
购买信息 |
订购本书 |
|
 |
80x86汇编语言与计算机体系结构(英文版)(附光盘) |
 |
|
 |
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
……