From 547ef4b440ff2ed1be2204e459316a39e9a734fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AA=E5=AE=A2sun?= <18811311416@sina.cn> Date: Mon, 22 Nov 2021 20:38:30 +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?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Intel 手册中文版/卷一:基本架构.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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 # 第八章 ~ 第十八章