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/ex10.subx.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/apps/ex10.subx.html') diff --git a/html/apps/ex10.subx.html b/html/apps/ex10.subx.html index d12a00cf..a0a7fd11 100644 --- a/html/apps/ex10.subx.html +++ b/html/apps/ex10.subx.html @@ -103,7 +103,7 @@ if ('onhashchange' in window) { 44 bb/copy-to-ebx 0/imm32 45 8a/copy-byte 0/mod/indirect 2/rm32/edx . . . 3/r32/BL . . # copy byte at *edx to BL 46 # if (c1 == 0) break -47 3d/compare-eax-and 0/imm32 +47 3d/compare-eax-and 0/imm32/null 48 74/jump-if-= $argv-equal:break/disp8 49 # if (c1 != c2) return false 50 39/compare 3/mod/direct 0/rm32/eax . . . 3/r32/ebx . . # compare eax and ebx @@ -115,7 +115,7 @@ if ('onhashchange' in window) { 56 eb/jump $argv-equal:loop/disp8 57 $argv-equal:break: 58 # if (c2 == 0) return true -59 81 7/subop/compare 3/mod/direct 3/rm32/ebx . . . . . 0/imm32 # compare ebx +59 81 7/subop/compare 3/mod/direct 3/rm32/ebx . . . . . 0/imm32/null # compare ebx 60 75/jump-if-!= $argv-equal:false/disp8 61 $argv-equal:success: 62 b8/copy-to-eax 1/imm32 -- cgit 1.4.1-2-gfad0