From 2a2e8b5826299288554eb1bccb27fc673c4676be Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 15 Nov 2021 17:15:44 -0800 Subject: [PATCH] =?UTF-8?q?Update=20=E5=8D=B7=E4=B8=80=EF=BC=9A=E5=9F=BA?= =?UTF-8?q?=E6=9C=AC=E6=9E=B6=E6=9E=84.md=204.1-4.2=E4=B8=AD=E6=96=87?= =?UTF-8?q?=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../卷一:基本架构.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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