文件名称:ARMBook arm汇编从零入门
文件大小:1000KB
文件格式:PDF
更新时间:2022-02-14 11:58:04
arm 汇编
ARMBook是arm汇编语言从零入门的pdf,个人推荐,本来想免费的,csdn限制了5分下载,没办法 1 Introduction 1.1 The Meaning of Instructions . . . . . . . . . . . 1.1.1 Binary Instructions . . . . . . . . . . . . 1.2 A Computer Program . . . . . . . . . . . . . . 1.3 The Binary Programming Problem . . . . . . . 1.4 Using Octal or Hexadecimal . . . . . . . . . . . 1.5 Instruction Code Mnemonics . . . . . . . . . . 1.6 The Assembler Program . . . . . . . . . . . . . 1.6.1 Additional Features of Assemblers . . . 1.6.2 Choosing an Assembler . . . . . . . . . 1.7 Disadvantages of Assembly Language . . . . . . 1.8 High-Level Languages . . . . . . . . . . . . . . 1.8.1 Advantages of High-Level Languages . . 1.8.2 Disadvantages of High-Level Languages 1.9 Which Level Should You Use? . . . . . . . . . . 1.9.1 Applications for Machine Language . . . 1.9.2 Applications for Assembly Language . . 1.9.3 Applications for High-Level Language . 1.9.4 Other Considerations . . . . . . . . . . 1.10 Why Learn Assembler? . . . . . . . . . . . . . . 2 Assemblers 2.1 Fields . . . . . . . . . . . . . . . . . . . . . . . . . . 2.1.1 Delimiters . . . . . . . . . . . . . . . . . . . . 2.1.2 Labels . . . . . . . . . . . . . . . . . . . . . . 2.2 Operation Codes (Mnemonics) . . . . . . . . . . . . 2.3 Directives . . . . . . . . . . . . . . . . . . . . . . . . 2.3.1 The DEFINE CONSTANT (Data) Directive 2.3.2 The EQUATE Directive . . . . . . . . . . . . 2.3.3 The AREA Directive . . . . . . . . . . . . . . 2.3.4 Housekeeping Directives . . . . . . . . . . . . 2.3.5 When to Use Labels . . . . . . . . . . . . . . 2.4 Operands and Addresses . . . . . . . . . . . . . . . . 2.4.1 Decimal Numbers . . . . . . . . . . . . . . . 2.4.2 Other Number Systems . . . . . . . . . . . . 2.4.3 Names . . . . . . . . . . . . . . . . . . . . . . 2.4.4 Character Codes . . . . . . . . . . . . . . . . .