From f93226d5f13434d02bd904a11400e72ff7e62bbf Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 30 Dec 2017 02:01:09 -0800 Subject: 4168 --- html/subx/015jump_relative.cc.html | 104 ++++++++++++++++++------------------- 1 file changed, 52 insertions(+), 52 deletions(-) (limited to 'html') diff --git a/html/subx/015jump_relative.cc.html b/html/subx/015jump_relative.cc.html index 0cffa748..601f1755 100644 --- a/html/subx/015jump_relative.cc.html +++ b/html/subx/015jump_relative.cc.html @@ -94,10 +94,10 @@ if ('onhashchange' in window) { 30 31 :(scenario je_rel16_success) 32 % ZF = true; - 33 # op ModRM SIB displacement immediate - 34 0f 84 05 00 # skip 1 instruction - 35 05 00 00 00 01 - 36 05 00 00 00 02 + 33 # op ModRM SIB displacement immediate + 34 0f 84 05 00 # skip 1 instruction + 35 05 00 00 00 01 + 36 05 00 00 00 02 37 +run: inst: 0x00000001 38 +run: jump 5 39 +run: inst: 0x0000000a @@ -115,10 +115,10 @@ if ('onhashchange' in window) { 51 52 :(scenario je_rel16_fail) 53 % ZF = false; - 54 # op ModRM SIB displacement immediate - 55 0f 84 05 00 # skip 1 instruction - 56 05 00 00 00 01 - 57 05 00 00 00 02 + 54 # op ModRM SIB displacement immediate + 55 0f 84 05 00 # skip 1 instruction + 56 05 00 00 00 01 + 57 05 00 00 00 02 58 +run: inst: 0x00000001 59 +run: inst: 0x00000005 60 +run: inst: 0x0000000a @@ -128,10 +128,10 @@ if ('onhashchange' in window) { 64 65 :(scenario jne_rel16_success) 66 % ZF = false; - 67 # op ModRM SIB displacement immediate - 68 0f 85 05 00 # skip 1 instruction - 69 05 00 00 00 01 - 70 05 00 00 00 02 + 67 # op ModRM SIB displacement immediate + 68 0f 85 05 00 # skip 1 instruction + 69 05 00 00 00 01 + 70 05 00 00 00 02 71 +run: inst: 0x00000001 72 +run: jump 5 73 +run: inst: 0x0000000a @@ -149,10 +149,10 @@ if ('onhashchange' in window) { 85 86 :(scenario jne_rel16_fail) 87 % ZF = true; - 88 # op ModRM SIB displacement immediate - 89 0f 85 05 00 # skip 1 instruction - 90 05 00 00 00 01 - 91 05 00 00 00 02 + 88 # op ModRM SIB displacement immediate + 89 0f 85 05 00 # skip 1 instruction + 90 05 00 00 00 01 + 91 05 00 00 00 02 92 +run: inst: 0x00000001 93 +run: inst: 0x00000005 94 +run: inst: 0x0000000a @@ -164,10 +164,10 @@ if ('onhashchange' in window) { 100 % ZF = false; 101 % SF = false; 102 % OF = false; -103 # op ModRM SIB displacement immediate -104 0f 8f 05 00 # skip 1 instruction -105 05 00 00 00 01 -106 05 00 00 00 02 +103 # op ModRM SIB displacement immediate +104 0f 8f 05 00 # skip 1 instruction +105 05 00 00 00 01 +106 05 00 00 00 02 107 +run: inst: 0x00000001 108 +run: jump 5 109 +run: inst: 0x0000000a @@ -187,10 +187,10 @@ if ('onhashchange' in window) { 123 % ZF = false; 124 % SF = true; 125 % OF = false; -126 # op ModRM SIB displacement immediate -127 0f 8f 05 00 # skip 1 instruction -128 05 00 00 00 01 -129 05 00 00 00 02 +126 # op ModRM SIB displacement immediate +127 0f 8f 05 00 # skip 1 instruction +128 05 00 00 00 01 +129 05 00 00 00 02 130 +run: inst: 0x00000001 131 +run: inst: 0x00000005 132 +run: inst: 0x0000000a @@ -201,10 +201,10 @@ if ('onhashchange' in window) { 137 :(scenario jge_rel16_success) 138 % SF = false; 139 % OF = false; -140 # op ModRM SIB displacement immediate -141 0f 8d 05 00 # skip 1 instruction -142 05 00 00 00 01 -143 05 00 00 00 02 +140 # op ModRM SIB displacement immediate +141 0f 8d 05 00 # skip 1 instruction +142 05 00 00 00 01 +143 05 00 00 00 02 144 +run: inst: 0x00000001 145 +run: jump 5 146 +run: inst: 0x0000000a @@ -223,10 +223,10 @@ if ('onhashchange' in window) { 159 :(scenario jge_rel16_fail) 160 % SF = true; 161 % OF = false; -162 # op ModRM SIB displacement immediate -163 0f 8d 05 00 # skip 1 instruction -164 05 00 00 00 01 -165 05 00 00 00 02 +162 # op ModRM SIB displacement immediate +163 0f 8d 05 00 # skip 1 instruction +164 05 00 00 00 01 +165 05 00 00 00 02 166 +run: inst: 0x00000001 167 +run: inst: 0x00000005 168 +run: inst: 0x0000000a @@ -238,10 +238,10 @@ if ('onhashchange' in window) { 174 % ZF = false; 175 % SF = true; 176 % OF = false; -177 # op ModRM SIB displacement immediate -178 0f 8c 05 00 # skip 1 instruction -179 05 00 00 00 01 -180 05 00 00 00 02 +177 # op ModRM SIB displacement immediate +178 0f 8c 05 00 # skip 1 instruction +179 05 00 00 00 01 +180 05 00 00 00 02 181 +run: inst: 0x00000001 182 +run: jump 5 183 +run: inst: 0x0000000a @@ -261,10 +261,10 @@ if ('onhashchange' in window) { 197 % ZF = false; 198 % SF = false; 199 % OF = false; -200 # op ModRM SIB displacement immediate -201 0f 8c 05 00 # skip 1 instruction -202 05 00 00 00 01 -203 05 00 00 00 02 +200 # op ModRM SIB displacement immediate +201 0f 8c 05 00 # skip 1 instruction +202 05 00 00 00 01 +203 05 00 00 00 02 204 +run: inst: 0x00000001 205 +run: inst: 0x00000005 206 +run: inst: 0x0000000a @@ -276,10 +276,10 @@ if ('onhashchange' in window) { 212 % ZF = true; 213 % SF = false; 214 % OF = false; -215 # op ModRM SIB displacement immediate -216 0f 8e 05 00 # skip 1 instruction -217 05 00 00 00 01 -218 05 00 00 00 02 +215 # op ModRM SIB displacement immediate +216 0f 8e 05 00 # skip 1 instruction +217 05 00 00 00 01 +218 05 00 00 00 02 219 +run: inst: 0x00000001 220 +run: jump 5 221 +run: inst: 0x0000000a @@ -289,10 +289,10 @@ if ('onhashchange' in window) { 225 % ZF = false; 226 % SF = true; 227 % OF = false; -228 # op ModRM SIB displacement immediate -229 0f 8e 05 00 # skip 1 instruction -230 05 00 00 00 01 -231 05 00 00 00 02 +228 # op ModRM SIB displacement immediate +229 0f 8e 05 00 # skip 1 instruction +230 05 00 00 00 01 +231 05 00 00 00 02 232 +run: inst: 0x00000001 233 +run: jump 5 234 +run: inst: 0x0000000a @@ -312,10 +312,10 @@ if ('onhashchange' in window) { 248 % ZF = false; 249 % SF = false; 250 % OF = false; -251 # op ModRM SIB displacement immediate -252 0f 8e 05 00 # skip 1 instruction -253 05 00 00 00 01 -254 05 00 00 00 02 +251 # op ModRM SIB displacement immediate +252 0f 8e 05 00 # skip 1 instruction +253 05 00 00 00 01 +254 05 00 00 00 02 255 +run: inst: 0x00000001 256 +run: inst: 0x00000005 257 +run: inst: 0x0000000a -- cgit 1.4.1-2-gfad0