回答編集履歴
1
回答に追記
answer
CHANGED
@@ -5,4 +5,14 @@
|
|
5
5
|
|
6
6
|
> mov ax,[di + 16]
|
7
7
|
|
8
|
-
というのは、type of address rangeの低位側をaxに、ですな
|
8
|
+
というのは、type of address rangeの低位側をaxに、ですな
|
9
|
+
|
10
|
+
---
|
11
|
+
|
12
|
+
> 00h QWORD base address
|
13
|
+
08h QWORD length in bytes
|
14
|
+
10h DWORD type of address range (see #00581)
|
15
|
+
|
16
|
+
オフセット0からの8バイト(QWORD)はbase address
|
17
|
+
オフセット8からの8バイト(QWORD)はlength in bytes
|
18
|
+
オフセット16からの4バイト(DWORD)はtype of address range
|