From 3d1c4216ede8c628558c9fe700fb2be1aa08b473 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 2 Nov 2020 21:24:53 -0800 Subject: 7162 --- html/126write-int-decimal.subx.html | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'html/126write-int-decimal.subx.html') diff --git a/html/126write-int-decimal.subx.html b/html/126write-int-decimal.subx.html index 1b7c77af..b547b60b 100644 --- a/html/126write-int-decimal.subx.html +++ b/html/126write-int-decimal.subx.html @@ -195,7 +195,7 @@ if ('onhashchange' in window) { 132 # setup 133 # . clear-stream(_test-stream) 134 # . . push args -135 68/push _test-stream/imm32 +135 68/push _test-stream/imm32 136 # . . call 137 e8/call clear-stream/disp32 138 # . . discard args @@ -203,7 +203,7 @@ if ('onhashchange' in window) { 140 # write-int32-decimal(_test-stream, 9) 141 # . . push args 142 68/push 9/imm32 -143 68/push _test-stream/imm32 +143 68/push _test-stream/imm32 144 # . . call 145 e8/call write-int32-decimal/disp32 146 # . . discard args @@ -212,7 +212,7 @@ if ('onhashchange' in window) { 149 # . . push args 150 68/push "F - test-write-int32-decimal"/imm32 151 68/push "9"/imm32 -152 68/push _test-stream/imm32 +152 68/push _test-stream/imm32 153 # . . call 154 e8/call check-stream-equal/disp32 155 # . . discard args @@ -225,7 +225,7 @@ if ('onhashchange' in window) { 162 # setup 163 # . clear-stream(_test-stream) 164 # . . push args -165 68/push _test-stream/imm32 +165 68/push _test-stream/imm32 166 # . . call 167 e8/call clear-stream/disp32 168 # . . discard args @@ -233,7 +233,7 @@ if ('onhashchange' in window) { 170 # write-int32-decimal(_test-stream, 0) 171 # . . push args 172 68/push 0/imm32 -173 68/push _test-stream/imm32 +173 68/push _test-stream/imm32 174 # . . call 175 e8/call write-int32-decimal/disp32 176 # . . discard args @@ -242,7 +242,7 @@ if ('onhashchange' in window) { 179 # . . push args 180 68/push "F - test-write-int32-decimal-zero"/imm32 181 68/push "0"/imm32 -182 68/push _test-stream/imm32 +182 68/push _test-stream/imm32 183 # . . call 184 e8/call check-stream-equal/disp32 185 # . . discard args @@ -255,7 +255,7 @@ if ('onhashchange' in window) { 192 # setup 193 # . clear-stream(_test-stream) 194 # . . push args -195 68/push _test-stream/imm32 +195 68/push _test-stream/imm32 196 # . . call 197 e8/call clear-stream/disp32 198 # . . discard args @@ -263,7 +263,7 @@ if ('onhashchange' in window) { 200 # write-int32-decimal(_test-stream, 10) 201 # . . push args 202 68/push 0xa/imm32 -203 68/push _test-stream/imm32 +203 68/push _test-stream/imm32 204 # . . call 205 e8/call write-int32-decimal/disp32 206 # . . discard args @@ -272,7 +272,7 @@ if ('onhashchange' in window) { 209 # . . push args 210 68/push "F - test-write-int32-decimal-multiple-digits"/imm32 211 68/push "10"/imm32 -212 68/push _test-stream/imm32 +212 68/push _test-stream/imm32 213 # . . call 214 e8/call check-stream-equal/disp32 215 # . . discard args @@ -285,7 +285,7 @@ if ('onhashchange' in window) { 222 # setup 223 # . clear-stream(_test-stream) 224 # . . push args -225 68/push _test-stream/imm32 +225 68/push _test-stream/imm32 226 # . . call 227 e8/call clear-stream/disp32 228 # . . discard args @@ -293,17 +293,17 @@ if ('onhashchange' in window) { 230 # write-int32-decimal(_test-stream, -9) 231 # . . push args 232 68/push -9/imm32 -233 68/push _test-stream/imm32 +233 68/push _test-stream/imm32 234 # . . call 235 e8/call write-int32-decimal/disp32 236 # . . discard args 237 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 8/imm32 # add to esp -238 +-- 26 lines: #? # dump _test-stream ------------------------------------------------------------------------------------------------------------------------------------------------ +238 +-- 26 lines: #? # dump _test-stream --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 264 # check-stream-equal(_test-stream, "-9", msg) 265 # . . push args 266 68/push "F - test-write-int32-decimal-negative"/imm32 267 68/push "-9"/imm32 -268 68/push _test-stream/imm32 +268 68/push _test-stream/imm32 269 # . . call 270 e8/call check-stream-equal/disp32 271 # . . discard args @@ -316,7 +316,7 @@ if ('onhashchange' in window) { 278 # setup 279 # . clear-stream(_test-stream) 280 # . . push args -281 68/push _test-stream/imm32 +281 68/push _test-stream/imm32 282 # . . call 283 e8/call clear-stream/disp32 284 # . . discard args @@ -324,7 +324,7 @@ if ('onhashchange' in window) { 286 # write-int32-decimal(_test-stream, -10) 287 # . . push args 288 68/push -0xa/imm32 -289 68/push _test-stream/imm32 +289 68/push _test-stream/imm32 290 # . . call 291 e8/call write-int32-decimal/disp32 292 # . . discard args @@ -333,7 +333,7 @@ if ('onhashchange' in window) { 295 # . . push args 296 68/push "F - test-write-int32-decimal-negative-multiple-digits"/imm32 297 68/push "-10"/imm32 -298 68/push _test-stream/imm32 +298 68/push _test-stream/imm32 299 # . . call 300 e8/call check-stream-equal/disp32 301 # . . discard args -- cgit 1.4.1-2-gfad0