diff --git a/Intel 手册中文版/卷一:基本架构.md b/Intel 手册中文版/卷一:基本架构.md index a3bff3e..1ccadc9 100644 --- a/Intel 手册中文版/卷一:基本架构.md +++ b/Intel 手册中文版/卷一:基本架构.md @@ -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