From c52ae116ace032a3eaa53bd297836b675cd8393e Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 17 Feb 2020 15:29:43 -0800 Subject: 6015 --- html/apps/ex11.subx.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/apps/ex11.subx.html') diff --git a/html/apps/ex11.subx.html b/html/apps/ex11.subx.html index ca69cdaa..199ffcff 100644 --- a/html/apps/ex11.subx.html +++ b/html/apps/ex11.subx.html @@ -141,7 +141,7 @@ if ('onhashchange' in window) { 79 # c2 = *s2 80 8a/copy-byte 0/mod/indirect 6/rm32/esi . . . 3/r32/BL . . # copy byte at *esi to BL 81 # if (c1 == 0) return false - 82 3d/compare-eax-and 0/imm32 + 82 3d/compare-eax-and 0/imm32/null 83 74/jump-if-= $kernel-string-equal?:false/disp8 84 # if (c1 != c2) return false 85 39/compare 3/mod/direct 0/rm32/eax . . . 3/r32/ebx . . # compare eax and ebx @@ -156,7 +156,7 @@ if ('onhashchange' in window) { 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 - 97 3d/compare-eax-and 0/imm32 + 97 3d/compare-eax-and 0/imm32/null 98 75/jump-if-!= $kernel-string-equal?:false/disp8 99 $kernel-string-equal?:true: 100 b8/copy-to-eax 1/imm32 -- cgit 1.4.1-2-gfad0