From 68df24fa778f7f5a2651a4623681f38dc920c490 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 7 Sep 2020 16:38:14 -0700 Subject: 6746 --- html/apps/assort.subx.html | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'html/apps/assort.subx.html') diff --git a/html/apps/assort.subx.html b/html/apps/assort.subx.html index 16aeb653..26591f1c 100644 --- a/html/apps/assort.subx.html +++ b/html/apps/assort.subx.html @@ -208,7 +208,7 @@ if ('onhashchange' in window) { 162 # setup 163 # . clear-stream(_test-input-stream) 164 # . . push args - 165 68/push _test-input-stream/imm32 + 165 68/push _test-input-stream/imm32 166 # . . call 167 e8/call clear-stream/disp32 168 # . . discard args @@ -252,7 +252,7 @@ if ('onhashchange' in window) { 206 # . write(_test-input-stream, "# comment 1\n") 207 # . . push args 208 68/push "# comment 1\n"/imm32 - 209 68/push _test-input-stream/imm32 + 209 68/push _test-input-stream/imm32 210 # . . call 211 e8/call write/disp32 212 # . . discard args @@ -260,7 +260,7 @@ if ('onhashchange' in window) { 214 # . write(_test-input-stream, " # comment 2 indented\n") 215 # . . push args 216 68/push " # comment 2 indented\n"/imm32 - 217 68/push _test-input-stream/imm32 + 217 68/push _test-input-stream/imm32 218 # . . call 219 e8/call write/disp32 220 # . . discard args @@ -268,7 +268,7 @@ if ('onhashchange' in window) { 222 # . write(_test-input-stream, "== code 0x09000000\n") 223 # . . push args 224 68/push "== code 0x09000000\n"/imm32 - 225 68/push _test-input-stream/imm32 + 225 68/push _test-input-stream/imm32 226 # . . call 227 e8/call write/disp32 228 # . . discard args @@ -276,7 +276,7 @@ if ('onhashchange' in window) { 230 # . write(_test-input-stream, "# comment 3 inside a segment\n") 231 # . . push args 232 68/push "# comment 3 inside a segment\n"/imm32 - 233 68/push _test-input-stream/imm32 + 233 68/push _test-input-stream/imm32 234 # . . call 235 e8/call write/disp32 236 # . . discard args @@ -284,7 +284,7 @@ if ('onhashchange' in window) { 238 # . write(_test-input-stream, "1\n") 239 # . . push args 240 68/push "1\n"/imm32 - 241 68/push _test-input-stream/imm32 + 241 68/push _test-input-stream/imm32 242 # . . call 243 e8/call write/disp32 244 # . . discard args @@ -292,7 +292,7 @@ if ('onhashchange' in window) { 246 # . write(_test-input-stream, "\n") # empty line 247 # . . push args 248 68/push Newline/imm32 - 249 68/push _test-input-stream/imm32 + 249 68/push _test-input-stream/imm32 250 # . . call 251 e8/call write/disp32 252 # . . discard args @@ -300,7 +300,7 @@ if ('onhashchange' in window) { 254 # . write(_test-input-stream, "2 3 # comment 4 inline with other contents\n") 255 # . . push args 256 68/push "2 3 # comment 4 inline with other contents\n"/imm32 - 257 68/push _test-input-stream/imm32 + 257 68/push _test-input-stream/imm32 258 # . . call 259 e8/call write/disp32 260 # . . discard args @@ -308,7 +308,7 @@ if ('onhashchange' in window) { 262 # . write(_test-input-stream, "== data 0x0a000000\n") 263 # . . push args 264 68/push "== data 0x0a000000\n"/imm32 - 265 68/push _test-input-stream/imm32 + 265 68/push _test-input-stream/imm32 266 # . . call 267 e8/call write/disp32 268 # . . discard args @@ -316,7 +316,7 @@ if ('onhashchange' in window) { 270 # . write(_test-input-stream, "4 5/imm32\n") 271 # . . push args 272 68/push "4 5/imm32\n"/imm32 - 273 68/push _test-input-stream/imm32 + 273 68/push _test-input-stream/imm32 274 # . . call 275 e8/call write/disp32 276 # . . discard args @@ -324,7 +324,7 @@ if ('onhashchange' in window) { 278 # . write(_test-input-stream, "== code\n") 279 # . . push args 280 68/push "== code\n"/imm32 - 281 68/push _test-input-stream/imm32 + 281 68/push _test-input-stream/imm32 282 # . . call 283 e8/call write/disp32 284 # . . discard args @@ -332,7 +332,7 @@ if ('onhashchange' in window) { 286 # . write(_test-input-stream, "6 7\n") 287 # . . push args 288 68/push "6 7\n"/imm32 - 289 68/push _test-input-stream/imm32 + 289 68/push _test-input-stream/imm32 290 # . . call 291 e8/call write/disp32 292 # . . discard args @@ -340,7 +340,7 @@ if ('onhashchange' in window) { 294 # . write(_test-input-stream, "8 9\n") 295 # . . push args 296 68/push "8 9\n"/imm32 - 297 68/push _test-input-stream/imm32 + 297 68/push _test-input-stream/imm32 298 # . . call 299 e8/call write/disp32 300 # . . discard args @@ -348,7 +348,7 @@ if ('onhashchange' in window) { 302 # . write(_test-input-stream, "== code\n") 303 # . . push args 304 68/push "== code\n"/imm32 - 305 68/push _test-input-stream/imm32 + 305 68/push _test-input-stream/imm32 306 # . . call 307 e8/call write/disp32 308 # . . discard args @@ -356,7 +356,7 @@ if ('onhashchange' in window) { 310 # . write(_test-input-stream, "10 11\n") 311 # . . push args 312 68/push "10 11\n"/imm32 - 313 68/push _test-input-stream/imm32 + 313 68/push _test-input-stream/imm32 314 # . . call 315 e8/call write/disp32 316 # . . discard args @@ -364,7 +364,7 @@ if ('onhashchange' in window) { 318 # subx-assort(_test-input-buffered-file, _test-output-buffered-file) 319 # . . push args 320 68/push _test-output-buffered-file/imm32 - 321 68/push _test-input-buffered-file/imm32 + 321 68/push _test-input-buffered-file/imm32 322 # . . call 323 e8/call subx-assort/disp32 324 # . . discard args -- cgit 1.4.1-2-gfad0