From 68df24fa778f7f5a2651a4623681f38dc920c490 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 7 Sep 2020 16:38:14 -0700 Subject: 6746 --- html/115write-byte.subx.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'html/115write-byte.subx.html') diff --git a/html/115write-byte.subx.html b/html/115write-byte.subx.html index b28af487..7ac66740 100644 --- a/html/115write-byte.subx.html +++ b/html/115write-byte.subx.html @@ -187,14 +187,14 @@ if ('onhashchange' in window) { 125 # write-byte-buffered(_test-buffered-file, 'A') 126 # . . push args 127 68/push 0x41/imm32 -128 68/push _test-buffered-file/imm32 +128 68/push _test-buffered-file/imm32 129 # . . call 130 e8/call write-byte-buffered/disp32 131 # . . discard args 132 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 8/imm32 # add to esp 133 # flush(_test-buffered-file) 134 # . . push args -135 68/push _test-buffered-file/imm32 +135 68/push _test-buffered-file/imm32 136 # . . call 137 e8/call flush/disp32 138 # . . discard args @@ -240,14 +240,14 @@ if ('onhashchange' in window) { 178 # write-byte-buffered(_test-buffered-file, 'g') 179 # . . push args 180 68/push 0x67/imm32 -181 68/push _test-buffered-file/imm32 +181 68/push _test-buffered-file/imm32 182 # . . call 183 e8/call write-byte-buffered/disp32 184 # . . discard args 185 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 8/imm32 # add to esp 186 # flush(_test-buffered-file) 187 # . . push args -188 68/push _test-buffered-file/imm32 +188 68/push _test-buffered-file/imm32 189 # . . call 190 e8/call flush/disp32 191 # . . discard args -- cgit 1.4.1-2-gfad0