about summary refs log tree commit diff stats
path: root/html/016index_addressing.cc.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-12-09 01:26:58 -0800
committerKartik Agaram <vc@akkartik.com>2019-12-09 01:26:58 -0800
commit8aeb85f04ee68b960a6d326aca1a17dec2f6d019 (patch)
tree26f861361c28ca77fb8298b21a905dc6e06c91ef /html/016index_addressing.cc.html
parent2249e605c19f0dbe0c34c1c4f635b802f56dc535 (diff)
downloadmu-8aeb85f04ee68b960a6d326aca1a17dec2f6d019.tar.gz
5806
Diffstat (limited to 'html/016index_addressing.cc.html')
-rw-r--r--html/016index_addressing.cc.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/html/016index_addressing.cc.html b/html/016index_addressing.cc.html
index 8d9a44b2..a50dfd81 100644
--- a/html/016index_addressing.cc.html
+++ b/html/016index_addressing.cc.html
@@ -71,9 +71,9 @@ if ('onhashchange' in window) {
 <span id="L13" class="LineNr"> 13 </span>      <span class="Constant">&quot;== data 0x2000\n&quot;</span>
 <span id="L14" class="LineNr"> 14 </span>      <span class="Constant">&quot;01 00 00 00\n&quot;</span>  <span class="Comment">// 0x00000001</span>
 <span id="L15" class="LineNr"> 15 </span>  <span class="Delimiter">);</span>
-<span id="L16" class="LineNr"> 16 </span>  <a href='003trace.cc.html#L290'>CHECK_TRACE_CONTENTS</a><span class="Delimiter">(</span>
+<span id="L16" class="LineNr"> 16 </span>  <a href='003trace.cc.html#L292'>CHECK_TRACE_CONTENTS</a><span class="Delimiter">(</span>
 <span id="L17" class="LineNr"> 17 </span>      <span class="Constant">&quot;run: add <a href='010---vm.cc.html#L19'>EBX</a> to r/m32\n&quot;</span>
-<span id="L18" class="LineNr"> 18 </span>      <span class="Constant">&quot;run: effective address is initially 0x00002000 (EAX)\n&quot;</span>
+<span id="L18" class="LineNr"> 18 </span>      <span class="Constant">&quot;run: effective address is initially 0x00002000 (<a href='010---vm.cc.html#L16'>EAX</a>)\n&quot;</span>
 <span id="L19" class="LineNr"> 19 </span>      <span class="Constant">&quot;run: effective address is 0x00002000\n&quot;</span>
 <span id="L20" class="LineNr"> 20 </span>      <span class="Constant">&quot;run: storing 0x00000011\n&quot;</span>
 <span id="L21" class="LineNr"> 21 </span>  <span class="Delimiter">);</span>
@@ -95,7 +95,7 @@ if ('onhashchange' in window) {
 <span id="L37" class="LineNr"> 37 </span>  <span class="Normal">else</span> <span class="Delimiter">{</span>
 <span id="L38" class="LineNr"> 38 </span>    <span class="Comment">// base == EBP &amp;&amp; mod == 0</span>
 <span id="L39" class="LineNr"> 39 </span>    addr = <a href='011run.cc.html#L447'>next32</a><span class="Delimiter">();</span>  <span class="Comment">// ignore base</span>
-<span id="L40" class="LineNr"> 40 </span>    <a href='003trace.cc.html#L96'>trace</a><span class="Delimiter">(</span><span class="Special">Callstack_depth</span>+<span class="Constant">1</span><span class="Delimiter">,</span> <span class="Constant">&quot;run&quot;</span><span class="Delimiter">)</span> &lt;&lt; <span class="Constant">&quot;effective address is initially 0x&quot;</span> &lt;&lt; <a href='010---vm.cc.html#L401'>HEXWORD</a> &lt;&lt; addr &lt;&lt; <span class="Constant">&quot; (disp32)&quot;</span> &lt;&lt; end<span class="Delimiter">();</span>
+<span id="L40" class="LineNr"> 40 </span>    <a href='003trace.cc.html#L96'>trace</a><span class="Delimiter">(</span><span class="Special">Callstack_depth</span>+<span class="Constant">1</span><span class="Delimiter">,</span> <span class="Constant">&quot;run&quot;</span><span class="Delimiter">)</span> &lt;&lt; <span class="Constant">&quot;effective address is initially 0x&quot;</span> &lt;&lt; <a href='010---vm.cc.html#L401'>HEXWORD</a> &lt;&lt; addr &lt;&lt; <span class="Constant">&quot; (<a href='040---tests.cc.html#L84'>disp32</a>)&quot;</span> &lt;&lt; end<span class="Delimiter">();</span>
 <span id="L41" class="LineNr"> 41 </span>  <span class="Delimiter">}</span>
 <span id="L42" class="LineNr"> 42 </span>  <span class="Normal">const</span> <span class="Normal">uint8_t</span> index = <span class="Delimiter">(</span>sib&gt;&gt;<span class="Constant">3</span><span class="Delimiter">)</span>&amp;<span class="Constant">0x7</span><span class="Delimiter">;</span>
 <span id="L43" class="LineNr"> 43 </span>  <span class="Normal">if</span> <span class="Delimiter">(</span>index == <a href='010---vm.cc.html#L20'>ESP</a><span class="Delimiter">)</span> <span class="Delimiter">{</span>
@@ -124,9 +124,9 @@ if ('onhashchange' in window) {
 <span id="L66" class="LineNr"> 66 </span>      <span class="Constant">&quot;== data 0x2000\n&quot;</span>
 <span id="L67" class="LineNr"> 67 </span>      <span class="Constant">&quot;01 00 00 00\n&quot;</span>  <span class="Comment">// 0x00000001</span>
 <span id="L68" class="LineNr"> 68 </span>  <span class="Delimiter">);</span>
-<span id="L69" class="LineNr"> 69 </span>  <a href='003trace.cc.html#L290'>CHECK_TRACE_CONTENTS</a><span class="Delimiter">(</span>
+<span id="L69" class="LineNr"> 69 </span>  <a href='003trace.cc.html#L292'>CHECK_TRACE_CONTENTS</a><span class="Delimiter">(</span>
 <span id="L70" class="LineNr"> 70 </span>      <span class="Constant">&quot;run: add <a href='010---vm.cc.html#L19'>EBX</a> to r/m32\n&quot;</span>
-<span id="L71" class="LineNr"> 71 </span>      <span class="Constant">&quot;run: effective address is initially 0x00001ffe (EAX)\n&quot;</span>
+<span id="L71" class="LineNr"> 71 </span>      <span class="Constant">&quot;run: effective address is initially 0x00001ffe (<a href='010---vm.cc.html#L16'>EAX</a>)\n&quot;</span>
 <span id="L72" class="LineNr"> 72 </span>      <span class="Constant">&quot;run: effective address is 0x00002000 (after adding ECX*1)\n&quot;</span>
 <span id="L73" class="LineNr"> 73 </span>      <span class="Constant">&quot;run: storing 0x00000011\n&quot;</span>
 <span id="L74" class="LineNr"> 74 </span>  <span class="Delimiter">);</span>
@@ -144,9 +144,9 @@ if ('onhashchange' in window) {
 <span id="L86" class="LineNr"> 86 </span>      <span class="Constant">&quot;== data 0x2000\n&quot;</span>
 <span id="L87" class="LineNr"> 87 </span>      <span class="Constant">&quot;01 00 00 00\n&quot;</span>  <span class="Comment">// 0x00000001</span>
 <span id="L88" class="LineNr"> 88 </span>  <span class="Delimiter">);</span>
-<span id="L89" class="LineNr"> 89 </span>  <a href='003trace.cc.html#L290'>CHECK_TRACE_CONTENTS</a><span class="Delimiter">(</span>
+<span id="L89" class="LineNr"> 89 </span>  <a href='003trace.cc.html#L292'>CHECK_TRACE_CONTENTS</a><span class="Delimiter">(</span>
 <span id="L90" class="LineNr"> 90 </span>      <span class="Constant">&quot;run: add <a href='010---vm.cc.html#L19'>EBX</a> to r/m32\n&quot;</span>
-<span id="L91" class="LineNr"> 91 </span>      <span class="Constant">&quot;run: effective address is initially 0x00002000 (disp32)\n&quot;</span>
+<span id="L91" class="LineNr"> 91 </span>      <span class="Constant">&quot;run: effective address is initially 0x00002000 (<a href='040---tests.cc.html#L84'>disp32</a>)\n&quot;</span>
 <span id="L92" class="LineNr"> 92 </span>      <span class="Constant">&quot;run: effective address is 0x00002000\n&quot;</span>
 <span id="L93" class="LineNr"> 93 </span>      <span class="Constant">&quot;run: storing 0x00000011\n&quot;</span>
 <span id="L94" class="LineNr"> 94 </span>  <span class="Delimiter">);</span>
@@ -168,9 +168,9 @@ if ('onhashchange' in window) {
 <span id="L110" class="LineNr">110 </span>      <span class="Constant">&quot;== data 0x2000\n&quot;</span>
 <span id="L111" class="LineNr">111 </span>      <span class="Constant">&quot;01 00 00 00\n&quot;</span>  <span class="Comment">// 0x00000001</span>
 <span id="L112" class="LineNr">112 </span>  <span class="Delimiter">);</span>
-<span id="L113" class="LineNr">113 </span>  <a href='003trace.cc.html#L290'>CHECK_TRACE_CONTENTS</a><span class="Delimiter">(</span>
+<span id="L113" class="LineNr">113 </span>  <a href='003trace.cc.html#L292'>CHECK_TRACE_CONTENTS</a><span class="Delimiter">(</span>
 <span id="L114" class="LineNr">114 </span>      <span class="Constant">&quot;run: add <a href='010---vm.cc.html#L19'>EBX</a> to r/m32\n&quot;</span>
-<span id="L115" class="LineNr">115 </span>      <span class="Constant">&quot;run: effective address is initially 0x00001ff9 (EAX)\n&quot;</span>
+<span id="L115" class="LineNr">115 </span>      <span class="Constant">&quot;run: effective address is initially 0x00001ff9 (<a href='010---vm.cc.html#L16'>EAX</a>)\n&quot;</span>
 <span id="L116" class="LineNr">116 </span>      <span class="Constant">&quot;run: effective address is 0x00001ffe (after adding ECX*1)\n&quot;</span>
 <span id="L117" class="LineNr">117 </span>      <span class="Constant">&quot;run: effective address is 0x00002000 (after adding disp8)\n&quot;</span>
 <span id="L118" class="LineNr">118 </span>      <span class="Constant">&quot;run: storing 0x00000011\n&quot;</span>
@@ -198,11 +198,11 @@ if ('onhashchange' in window) {
 <span id="L140" class="LineNr">140 </span>      <span class="Constant">&quot;== data 0x2000\n&quot;</span>
 <span id="L141" class="LineNr">141 </span>      <span class="Constant">&quot;01 00 00 00\n&quot;</span>  <span class="Comment">// 0x00000001</span>
 <span id="L142" class="LineNr">142 </span>  <span class="Delimiter">);</span>
-<span id="L143" class="LineNr">143 </span>  <a href='003trace.cc.html#L290'>CHECK_TRACE_CONTENTS</a><span class="Delimiter">(</span>
+<span id="L143" class="LineNr">143 </span>  <a href='003trace.cc.html#L292'>CHECK_TRACE_CONTENTS</a><span class="Delimiter">(</span>
 <span id="L144" class="LineNr">144 </span>      <span class="Constant">&quot;run: add <a href='010---vm.cc.html#L19'>EBX</a> to r/m32\n&quot;</span>
-<span id="L145" class="LineNr">145 </span>      <span class="Constant">&quot;run: effective address is initially 0x00001ff9 (EAX)\n&quot;</span>
+<span id="L145" class="LineNr">145 </span>      <span class="Constant">&quot;run: effective address is initially 0x00001ff9 (<a href='010---vm.cc.html#L16'>EAX</a>)\n&quot;</span>
 <span id="L146" class="LineNr">146 </span>      <span class="Constant">&quot;run: effective address is 0x00001ffe (after adding ECX*1)\n&quot;</span>
-<span id="L147" class="LineNr">147 </span>      <span class="Constant">&quot;run: effective address is 0x00002000 (after adding disp32)\n&quot;</span>
+<span id="L147" class="LineNr">147 </span>      <span class="Constant">&quot;run: effective address is 0x00002000 (after adding <a href='040---tests.cc.html#L84'>disp32</a>)\n&quot;</span>
 <span id="L148" class="LineNr">148 </span>      <span class="Constant">&quot;run: storing 0x00000011\n&quot;</span>
 <span id="L149" class="LineNr">149 </span>  <span class="Delimiter">);</span>
 <span id="L150" class="LineNr">150 </span><span class="Delimiter">}</span>
14-12-25 00:46:15 +0000 Added server_event tests' href='/danisanti/profani-tty/commit/tests/test_server_events.c?id=7a104431645af3a37b3626748a0290dda3d0cee4'>7a104431 ^
0e2fbeb3 ^
a7a28506 ^
0e2fbeb3 ^
a7a28506 ^

5afb296e ^
0338d136 ^
5afb296e ^

0338d136 ^

571665ee ^
7a104431 ^
5afb296e ^
0338d136 ^
5afb296e ^
571665ee ^
0338d136 ^
571665ee ^


0338d136 ^

571665ee ^


7a104431 ^

571665ee ^
0338d136 ^
571665ee ^

0338d136 ^
571665ee ^


0338d136 ^

571665ee ^



7a104431 ^


0338d136 ^
571665ee ^





0338d136 ^





7a104431 ^

0338d136 ^









7a104431 ^
0338d136 ^



2c15aba9 ^
571665ee ^


0338d136 ^
571665ee ^
7a104431 ^

571665ee ^
0338d136 ^
571665ee ^
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182