From c5672a65bcaede5f0ab6213c4b6fc89b138c46d6 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 11 Apr 2019 11:40:59 -0700 Subject: 5081 --- html/subx/apps/assort.subx.html | 74 ++++++++++++++++++++--------------------- 1 file changed, 37 insertions(+), 37 deletions(-) (limited to 'html/subx/apps/assort.subx.html') diff --git a/html/subx/apps/assort.subx.html b/html/subx/apps/assort.subx.html index 8db118f3..676b2d71 100644 --- a/html/subx/apps/assort.subx.html +++ b/html/subx/apps/assort.subx.html @@ -90,7 +90,7 @@ if ('onhashchange' in window) { 26 Entry: # run tests if necessary, convert stdin if not 27 28 # for debugging: run a single test - 29 #? e8/call test-get-or-insert-segment/disp32 + 29 #? e8/call test-convert/disp32 30 #? 8b/copy 0/mod/indirect 5/rm32/.disp32 . . 3/r32/EBX Num-test-failures/disp32 # copy *Num-test-failures to EBX 31 #? eb/jump $main:end/disp8 32 @@ -1132,24 +1132,24 @@ if ('onhashchange' in window) { 1232 # current read index 1233 0/imm32 1234 # length -1235 0x80/imm32 -1236 # data -1237 00 00 00 00 00 00 00 00 # 8 bytes -1238 00 00 00 00 00 00 00 00 # 8 bytes -1239 00 00 00 00 00 00 00 00 # 8 bytes -1240 00 00 00 00 00 00 00 00 # 8 bytes -1241 00 00 00 00 00 00 00 00 # 8 bytes -1242 00 00 00 00 00 00 00 00 # 8 bytes -1243 00 00 00 00 00 00 00 00 # 8 bytes -1244 00 00 00 00 00 00 00 00 # 8 bytes -1245 00 00 00 00 00 00 00 00 # 8 bytes -1246 00 00 00 00 00 00 00 00 # 8 bytes -1247 00 00 00 00 00 00 00 00 # 8 bytes -1248 00 00 00 00 00 00 00 00 # 8 bytes -1249 00 00 00 00 00 00 00 00 # 8 bytes -1250 00 00 00 00 00 00 00 00 # 8 bytes -1251 00 00 00 00 00 00 00 00 # 8 bytes -1252 00 00 00 00 00 00 00 00 # 8 bytes +1235 0x100/imm32 # 256 bytes +1236 # data (16 lines x 16 bytes/line) +1237 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +1238 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +1239 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +1240 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +1241 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +1242 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +1243 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +1244 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +1245 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +1246 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +1247 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +1248 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +1249 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +1250 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +1251 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +1252 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1253 1254 # a test buffered file for _test-input-stream 1255 _test-input-buffered-file: @@ -1170,24 +1170,24 @@ if ('onhashchange' in window) { 1270 # current read index 1271 0/imm32 1272 # length -1273 0x80/imm32 -1274 # data -1275 00 00 00 00 00 00 00 00 # 8 bytes -1276 00 00 00 00 00 00 00 00 # 8 bytes -1277 00 00 00 00 00 00 00 00 # 8 bytes -1278 00 00 00 00 00 00 00 00 # 8 bytes -1279 00 00 00 00 00 00 00 00 # 8 bytes -1280 00 00 00 00 00 00 00 00 # 8 bytes -1281 00 00 00 00 00 00 00 00 # 8 bytes -1282 00 00 00 00 00 00 00 00 # 8 bytes -1283 00 00 00 00 00 00 00 00 # 8 bytes -1284 00 00 00 00 00 00 00 00 # 8 bytes -1285 00 00 00 00 00 00 00 00 # 8 bytes -1286 00 00 00 00 00 00 00 00 # 8 bytes -1287 00 00 00 00 00 00 00 00 # 8 bytes -1288 00 00 00 00 00 00 00 00 # 8 bytes -1289 00 00 00 00 00 00 00 00 # 8 bytes -1290 00 00 00 00 00 00 00 00 # 8 bytes +1273 0x100/imm32 # 256 bytes +1274 # data (16 lines x 16 bytes/line) +1275 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +1276 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +1277 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +1278 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +1279 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +1280 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +1281 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +1282 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +1283 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +1284 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +1285 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +1286 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +1287 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +1288 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +1289 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +1290 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1291 1292 # a test buffered file for _test-output-stream 1293 _test-output-buffered-file: -- cgit 1.4.1-2-gfad0