From 4a4a392dc7c81b301ad6b760525c5549f2f6644c Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Fri, 20 Sep 2019 11:19:30 -0700 Subject: 5683 --- html/examples/ex11.subx.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/examples/ex11.subx.html') diff --git a/html/examples/ex11.subx.html b/html/examples/ex11.subx.html index 51d220e5..40f2d124 100644 --- a/html/examples/ex11.subx.html +++ b/html/examples/ex11.subx.html @@ -135,7 +135,7 @@ if ('onhashchange' in window) { 73 $kernel-string-equal?:loop: 74 # if (i >= n) break 75 39/compare 3/mod/direct 1/rm32/ecx . . . 2/r32/edx . . # compare ecx with edx - 76 7d/jump-if-greater-or-equal $kernel-string-equal?:break/disp8 + 76 7d/jump-if-greater-or-equal $kernel-string-equal?:break/disp8 77 # c1 = *s1 78 8a/copy-byte 0/mod/indirect 7/rm32/edi . . . 0/r32/AL . . # copy byte at *edi to AL 79 # c2 = *s2 @@ -152,7 +152,7 @@ if ('onhashchange' in window) { 90 47/increment-edi 91 # ++s2 92 46/increment-esi - 93 eb/jump $kernel-string-equal?:loop/disp8 + 93 eb/jump $kernel-string-equal?:loop/disp8 94 $kernel-string-equal?:break: 95 # return *s1 == 0 96 8a/copy-byte 0/mod/indirect 7/rm32/edi . . . 0/r32/AL . . # copy byte at *edi to AL -- cgit 1.4.1-2-gfad0