"Assembly Language (3rd edition)," Wang Shuang HD version with PDF

Introduction

 Is a set of assembly language mnemonics various machine instructions supplied from the CPU, it can be used to directly control hardware assembly language system works. Assembly language is an important foundation for many courses (such as data structures, operating systems, computer theory, etc.). To guide helps readers learn assembly language, the author Wang Shuang thought carefully created on a gradual basis of this "assembly language (3rd edition)." "Assembly Language (3rd edition)" has the following characteristics: a new structure for the content of the course is organized for knowledge * minimize segmentation, readers construct a progressive learning trail; in-depth nature of the level of compilation language to explain; the key aspects of in-depth analysis.

  "Assembly Language (3rd edition)" can be used as computer science undergraduate university textbook compilation and want to delve into the reader's learning self-learning computer science.

table of Contents

Chapter 1 Basics 

Chapter 2 register 

Chapter 3 register (memory access) 

Chapter 4 First Program 

Chapter 5 [BX] instruction loop and 

Chapter 6 contains a plurality of program segments 

Chapter 7 a more flexible method of locating memory address 

Two basic problems Chapter 8 Data processing 

Chapter 9 Principle branch instruction 

Chapter 10 CALL and RET instruction 

Chapter 11 flag register 

Within Chapter 12 Interrupt 

Chapter 13 int instruction 

Chapter 14 ports 

Chapter 15 external interrupts 

Chapter 16 is directly addressing table 

Links: https://pan.baidu.com/s/1iCmUsZTmdi5mXlPMWmcb5A extraction code: n7rt

Reproduced in: https: //www.jianshu.com/p/d295e5c8f37e

Guess you like

Origin blog.csdn.net/weixin_34342992/article/details/91081690