Update 卷一:基本架构.md 4.1-4.2中文翻译

This commit is contained in:
Alex
2021-11-15 17:15:44 -08:00
parent f49c6463a1
commit 2a2e8b5826

View File

@@ -141,6 +141,25 @@ CS , DS , SS 和 ES 这四个段寄存器与 Intel 8086 and Intel 286 处理器
# 第四章 Data Types
## 4.1 FUNDAMENTAL DATA TYPES
### 4.1.1 Alignment of Words, Doublewords, Quadwords, and Double Quadwords
@翻译人符宇舟Alex
## 4.2 NUMERIC DATA TYPES
### 4.2.1 Integers
#### 4.2.1.1 Unsigned Integers
@翻译人符宇舟Alex
#### 4.2.1.2 Signed Integers
@翻译人符宇舟Alex
# 第五章 Instruction Set Summary
# 第六章 Procedure Calls, Interrupts, and Exceptions