Browse Source

4.6 translate

pull/28/head
Hola39e 3 years ago
parent
commit
d415fe0709
  1. 13
      Intel 手册中文版/卷一:基本架构.md

13
Intel 手册中文版/卷一:基本架构.md

@ -354,8 +354,21 @@ CS , DS , SS 和 ES 这四个段寄存器与 Intel 8086 and Intel 286 处理器
## 4.4 BIT FIELD DATA TYPE
[@翻译人:Hola39e](https://github.com/Hola39e)
位域(见图4-6)是一个连续的比特序列。它可以从内存中任何字节的任何位开始,最多可以包含32位。
## 4.5 STRING DATA TYPES
[@翻译人:Hola39e](https://github.com/Hola39e)
字符串是比特、字节、字或双字的连续序列。一个比特串可以从任何字节的任何比特位置开始,并且可以包含最多$2^{32}-1$个比特。一个字节串可以包含字节、字或双字,并且长度范围可以包含从0到$2^{32}-1$个字节(4GB)。
## 4.6 PACKED SIMD DATA TYPES
[@翻译人:Hola39e](https://github.com/Hola39e)
### 4.6.1 64-Bit SIMD Packed Data Types
[@翻译人:Hola39e](https://github.com/Hola39e)
### 4.6.2 128-Bit Packed SIMD Data Types
[@翻译人:Hola39e](https://github.com/Hola39e)
# 第五章 Instruction Set Summary

Loading…
Cancel
Save