Browse Source
Merge pull request #13 from greedynamic/main
Update 卷一:基本架构.md 4.1-4.2中文翻译
pull/24/head
闪客sun
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
19 additions and
0 deletions
-
Intel 手册中文版/卷一:基本架构.md
|
|
@ -173,6 +173,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 |
|
|
|