From 8aeb85f04ee68b960a6d326aca1a17dec2f6d019 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 9 Dec 2019 01:26:58 -0800 Subject: 5806 --- html/016index_addressing.cc.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'html/016index_addressing.cc.html') 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) { 13 "== data 0x2000\n" 14 "01 00 00 00\n" // 0x00000001 15 ); - 16 CHECK_TRACE_CONTENTS( + 16 CHECK_TRACE_CONTENTS( 17 "run: add EBX to r/m32\n" - 18 "run: effective address is initially 0x00002000 (EAX)\n" + 18 "run: effective address is initially 0x00002000 (EAX)\n" 19 "run: effective address is 0x00002000\n" 20 "run: storing 0x00000011\n" 21 ); @@ -95,7 +95,7 @@ if ('onhashchange' in window) { 37 else { 38 // base == EBP && mod == 0 39 addr = next32(); // ignore base - 40 trace(Callstack_depth+1, "run") << "effective address is initially 0x" << HEXWORD << addr << " (disp32)" << end(); + 40 trace(Callstack_depth+1, "run") << "effective address is initially 0x" << HEXWORD << addr << " (disp32)" << end(); 41 } 42 const uint8_t index = (sib>>3)&0x7; 43 if (index == ESP) { @@ -124,9 +124,9 @@ if ('onhashchange' in window) { 66 "== data 0x2000\n" 67 "01 00 00 00\n" // 0x00000001 68 ); - 69 CHECK_TRACE_CONTENTS( + 69 CHECK_TRACE_CONTENTS( 70 "run: add EBX to r/m32\n" - 71 "run: effective address is initially 0x00001ffe (EAX)\n" + 71 "run: effective address is initially 0x00001ffe (EAX)\n" 72 "run: effective address is 0x00002000 (after adding ECX*1)\n" 73 "run: storing 0x00000011\n" 74 ); @@ -144,9 +144,9 @@ if ('onhashchange' in window) { 86 "== data 0x2000\n" 87 "01 00 00 00\n" // 0x00000001 88 ); - 89 CHECK_TRACE_CONTENTS( + 89 CHECK_TRACE_CONTENTS( 90 "run: add EBX to r/m32\n" - 91 "run: effective address is initially 0x00002000 (disp32)\n" + 91 "run: effective address is initially 0x00002000 (disp32)\n" 92 "run: effective address is 0x00002000\n" 93 "run: storing 0x00000011\n" 94 ); @@ -168,9 +168,9 @@ if ('onhashchange' in window) { 110 "== data 0x2000\n" 111 "01 00 00 00\n" // 0x00000001 112 ); -113 CHECK_TRACE_CONTENTS( +113 CHECK_TRACE_CONTENTS( 114 "run: add EBX to r/m32\n" -115 "run: effective address is initially 0x00001ff9 (EAX)\n" +115 "run: effective address is initially 0x00001ff9 (EAX)\n" 116 "run: effective address is 0x00001ffe (after adding ECX*1)\n" 117 "run: effective address is 0x00002000 (after adding disp8)\n" 118 "run: storing 0x00000011\n" @@ -198,11 +198,11 @@ if ('onhashchange' in window) { 140 "== data 0x2000\n" 141 "01 00 00 00\n" // 0x00000001 142 ); -143 CHECK_TRACE_CONTENTS( +143 CHECK_TRACE_CONTENTS( 144 "run: add EBX to r/m32\n" -145 "run: effective address is initially 0x00001ff9 (EAX)\n" +145 "run: effective address is initially 0x00001ff9 (EAX)\n" 146 "run: effective address is 0x00001ffe (after adding ECX*1)\n" -147 "run: effective address is 0x00002000 (after adding disp32)\n" +147 "run: effective address is 0x00002000 (after adding disp32)\n" 148 "run: storing 0x00000011\n" 149 ); 150 } -- cgit 1.4.1-2-gfad0