From 3d1c4216ede8c628558c9fe700fb2be1aa08b473 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 2 Nov 2020 21:24:53 -0800 Subject: 7162 --- html/117write-int-hex.subx.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'html/117write-int-hex.subx.html') diff --git a/html/117write-int-hex.subx.html b/html/117write-int-hex.subx.html index 2b51513f..5408a46f 100644 --- a/html/117write-int-hex.subx.html +++ b/html/117write-int-hex.subx.html @@ -125,7 +125,7 @@ if ('onhashchange' in window) { 64 # setup 65 # . clear-stream(_test-stream) 66 # . . push args - 67 68/push _test-stream/imm32 + 67 68/push _test-stream/imm32 68 # . . call 69 e8/call clear-stream/disp32 70 # . . discard args @@ -133,7 +133,7 @@ if ('onhashchange' in window) { 72 # append-byte-hex(_test-stream, 0xa) # exercises digit, non-digit as well as leading zero 73 # . . push args 74 68/push 0xa/imm32 - 75 68/push _test-stream/imm32 + 75 68/push _test-stream/imm32 76 # . . call 77 e8/call append-byte-hex/disp32 78 # . . discard args @@ -142,7 +142,7 @@ if ('onhashchange' in window) { 81 # . . push args 82 68/push "F - test-append-byte-hex"/imm32 83 68/push "0a"/imm32 - 84 68/push _test-stream/imm32 + 84 68/push _test-stream/imm32 85 # . . call 86 e8/call check-stream-equal/disp32 87 # . . discard args @@ -197,7 +197,7 @@ if ('onhashchange' in window) { 136 # setup 137 # . clear-stream(_test-stream) 138 # . . push args -139 68/push _test-stream/imm32 +139 68/push _test-stream/imm32 140 # . . call 141 e8/call clear-stream/disp32 142 # . . discard args @@ -228,7 +228,7 @@ if ('onhashchange' in window) { 167 # . . push args 168 68/push "F - test-write-byte-hex-buffered"/imm32 169 68/push "0a"/imm32 -170 68/push _test-stream/imm32 +170 68/push _test-stream/imm32 171 # . . call 172 e8/call check-stream-equal/disp32 173 # . . discard args @@ -321,7 +321,7 @@ if ('onhashchange' in window) { 260 # setup 261 # . clear-stream(_test-stream) 262 # . . push args -263 68/push _test-stream/imm32 +263 68/push _test-stream/imm32 264 # . . call 265 e8/call clear-stream/disp32 266 # . . discard args @@ -329,7 +329,7 @@ if ('onhashchange' in window) { 268 # write-int32-hex(_test-stream, 0x8899aa) 269 # . . push args 270 68/push 0x8899aa/imm32 -271 68/push _test-stream/imm32 +271 68/push _test-stream/imm32 272 # . . call 273 e8/call write-int32-hex/disp32 274 # . . discard args @@ -338,7 +338,7 @@ if ('onhashchange' in window) { 277 # . . push args 278 68/push "F - test-write-int32-hex"/imm32 279 68/push "0x008899aa"/imm32 -280 68/push _test-stream/imm32 +280 68/push _test-stream/imm32 281 # . . call 282 e8/call check-stream-equal/disp32 283 # . . discard args @@ -431,7 +431,7 @@ if ('onhashchange' in window) { 370 # setup 371 # . clear-stream(_test-stream) 372 # . . push args -373 68/push _test-stream/imm32 +373 68/push _test-stream/imm32 374 # . . call 375 e8/call clear-stream/disp32 376 # . . discard args @@ -458,12 +458,12 @@ if ('onhashchange' in window) { 397 e8/call flush/disp32 398 # . . discard args 399 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 4/imm32 # add to esp -400 +-- 18 lines: #? # dump line -------------------------------------------------------------------------------------------------------------------------------------------------------- +400 +-- 18 lines: #? # dump line ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 418 # check-stream-equal(_test-stream, "0x008899aa", msg) 419 # . . push args 420 68/push "F - test-write-int32-hex-buffered"/imm32 421 68/push "0x008899aa"/imm32 -422 68/push _test-stream/imm32 +422 68/push _test-stream/imm32 423 # . . call 424 e8/call check-stream-equal/disp32 425 # . . discard args -- cgit 1.4.1-2-gfad0