From 0043952064be14219ca6c428802467b49e6018a3 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 2 Dec 2018 16:58:30 -0800 Subject: 4819 --- html/subx/apps/crenshaw2-1.subx.html | 2 +- html/subx/apps/crenshaw2-1b.subx.html | 6 +++--- html/subx/apps/factorial.subx.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'html/subx/apps') diff --git a/html/subx/apps/crenshaw2-1.subx.html b/html/subx/apps/crenshaw2-1.subx.html index 5fd8df12..a3e61523 100644 --- a/html/subx/apps/crenshaw2-1.subx.html +++ b/html/subx/apps/crenshaw2-1.subx.html @@ -441,7 +441,7 @@ if ('onhashchange' in window) { 375 # registers except ESP may be clobbered at this point 376 # . . discard args 377 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 0x10/imm32 # add to ESP -378 # check-ints-equal(*_test-output-stream->data, '3') +378 # check-ints-equal(*_test-output-stream->data, '3', msg) 379 # . . push args 380 68/push "F - test-get-num-reads-single-digit"/imm32 381 68/push 0x33/imm32 diff --git a/html/subx/apps/crenshaw2-1b.subx.html b/html/subx/apps/crenshaw2-1b.subx.html index dbbfd526..19773a56 100644 --- a/html/subx/apps/crenshaw2-1b.subx.html +++ b/html/subx/apps/crenshaw2-1b.subx.html @@ -458,7 +458,7 @@ if ('onhashchange' in window) { 392 # registers except ESP may be clobbered at this point 393 # . . discard args 394 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 0x10/imm32 # add to ESP -395 # check-ints-equal(*_test-output-stream->data, '3') +395 # check-ints-equal(*_test-output-stream->data, '3', msg) 396 # . . push args 397 68/push "F - test-get-num-reads-single-digit"/imm32 398 68/push 0x33/imm32 @@ -634,7 +634,7 @@ if ('onhashchange' in window) { 568 # registers except ESP may be clobbered at this point 569 # . . discard args 570 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 0x10/imm32 # add to ESP -571 # check-ints-equal(*_test-output-stream->data, '3456') +571 # check-ints-equal(*_test-output-stream->data, '3456', msg) 572 # . . push args 573 68/push "F - test-get-num-reads-multiple-digits"/imm32 574 68/push 0x36353433/imm32 @@ -725,7 +725,7 @@ if ('onhashchange' in window) { 659 # registers except ESP may be clobbered at this point 660 # . . discard args 661 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 0x10/imm32 # add to ESP -662 # check-ints-equal(*_test-output-stream->data, '3456') +662 # check-ints-equal(*_test-output-stream->data, '3456', msg) 663 # . . push args 664 68/push "F - test-get-num-reads-multiple-digits-followed-by-nondigit"/imm32 665 68/push 0x36353433/imm32 diff --git a/html/subx/apps/factorial.subx.html b/html/subx/apps/factorial.subx.html index 7cee2ff1..9f25d28c 100644 --- a/html/subx/apps/factorial.subx.html +++ b/html/subx/apps/factorial.subx.html @@ -158,7 +158,7 @@ if ('onhashchange' in window) { 93 e8/call factorial/disp32 94 # . . discard args 95 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 4/imm32 # add to ESP - 96 # check-ints-equal(EAX, 120, failure message) + 96 # check-ints-equal(EAX, 120, msg) 97 # . . push args 98 68/push "F - test-factorial"/imm32 99 68/push 0x78/imm32/expected-120 -- cgit 1.4.1-2-gfad0