diff --git a/Intel 手册中文版/卷一:基本架构.md b/Intel 手册中文版/卷一:基本架构.md index ba6339f..8942af9 100644 --- a/Intel 手册中文版/卷一:基本架构.md +++ b/Intel 手册中文版/卷一:基本架构.md @@ -385,6 +385,23 @@ Intel64和IA-32架构定义与操作一组64位和128位包装(Packed)数据 # 第六章 Procedure Calls, Interrupts, and Exceptions +## 6.3 CALLING PROCEDURES USING CALL AND RET + +### 6.3.1 Near CALL and RET Operation + +@翻译人:si + +### 6.3.2 Far CALL and RET Operation + +@翻译人:si + +## 6.4 INTERRUPTS AND EXCEPTIONS + +### 6.4.1 Call and Return Operation for Interrupt or Exception Handling Procedures + +@翻译人:si + + # 第七章 Programming With General-Purpose Instructions # 第八章 ~ 第十八章