about summary refs log tree commit diff stats
path: root/subx/017jump_relative.cc
diff options
context:
space:
mode:
Diffstat (limited to 'subx/017jump_relative.cc')
-rw-r--r--subx/017jump_relative.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/subx/017jump_relative.cc b/subx/017jump_relative.cc
index 711a5b6a..d7553df7 100644
--- a/subx/017jump_relative.cc
+++ b/subx/017jump_relative.cc
@@ -2,6 +2,9 @@
 
 //:: jump
 
+:(before "End Initialize Op Names(name)")
+put(name, 0xe9, "jump disp16 bytes away");
+
 :(scenario jump_rel16)
 == 0x1
 # op  ModR/M  SIB   displacement  immediate
a>
34bfb32e ^
a0de7f95 ^

ad97002e ^
a0de7f95 ^
34bfb32e ^



a0de7f95 ^




34bfb32e ^



8a6f5eab ^

72c3a902 ^
a0de7f95 ^
01104f4a ^

b1855df6 ^

f5590f43 ^
b1855df6 ^


a126029a ^
b1855df6 ^





3424c054 ^
b1855df6 ^
01104f4a ^

b1855df6 ^




01104f4a ^


01104f4a ^
2887ca25 ^
7fe51696 ^
34bfb32e ^
adfea091
8a6f5eab ^
40c86e8c ^
8a6f5eab ^

bd627dc4 ^








7fe51696 ^


34bfb32e ^
3424c054 ^

34bfb32e ^



a0de7f95 ^

8a6f5eab ^
edea8053 ^
2887ca25 ^
adfea091
27ebfe63 ^

a0de7f95 ^
34bfb32e ^





adfea091
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104