From ae1089cb765359dd1806bd0748f2c3c6afb93a51 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 9 Jan 2021 08:46:37 -0800 Subject: 7483 --- 120allocate.subx | 2 +- 203stack.subx | 2 +- html/120allocate.subx.html | 2 +- html/203stack.subx.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/120allocate.subx b/120allocate.subx index 3f3ef1a1..ac6f87c5 100644 --- a/120allocate.subx +++ b/120allocate.subx @@ -903,7 +903,7 @@ $zero-out:loop: 39/compare 3/mod/direct 1/rm32/ecx . . . 2/r32/edx . . # compare ecx with edx 7d/jump-if->= $zero-out:end/disp8 # *curr = 0 - c6 0/subop/copy 0/mod/direct 6/rm32/esi . . . . . 0/imm8 # copy byte to *esi + c6 0/subop/copy-byte 0/mod/direct 6/rm32/esi . . . . . 0/imm8 # copy byte to *esi # ++curr 46/increment-esi # ++i diff --git a/203stack.subx b/203stack.subx index 0ab80b99..965f7301 100644 --- a/203stack.subx +++ b/203stack.subx @@ -31,7 +31,7 @@ $clear-stack:loop: 39/compare 3/mod/direct 0/rm32/eax . . . 1/r32/ecx . . # compare eax with ecx 73/jump-if-addr>= $clear-stack:end/disp8 # *curr = 0 - c6 0/subop/copy 0/mod/direct 0/rm32/eax . . . . . 0/imm8 # copy byte to *eax + c6 0/subop/copy-byte 0/mod/direct 0/rm32/eax . . . . . 0/imm8 # copy byte to *eax # ++curr 40/increment-eax eb/jump $clear-stack:loop/disp8 diff --git a/html/120allocate.subx.html b/html/120allocate.subx.html index 537832c5..1201b452 100644 --- a/html/120allocate.subx.html +++ b/html/120allocate.subx.html @@ -964,7 +964,7 @@ if ('onhashchange' in window) { 903 39/compare 3/mod/direct 1/rm32/ecx . . . 2/r32/edx . . # compare ecx with edx 904 7d/jump-if->= $zero-out:end/disp8 905 # *curr = 0 -906 c6 0/subop/copy 0/mod/direct 6/rm32/esi . . . . . 0/imm8 # copy byte to *esi +906 c6 0/subop/copy-byte 0/mod/direct 6/rm32/esi . . . . . 0/imm8 # copy byte to *esi 907 # ++curr 908 46/increment-esi 909 # ++i diff --git a/html/203stack.subx.html b/html/203stack.subx.html index 3419f607..57d94e11 100644 --- a/html/203stack.subx.html +++ b/html/203stack.subx.html @@ -91,7 +91,7 @@ if ('onhashchange' in window) { 31 39/compare 3/mod/direct 0/rm32/eax . . . 1/r32/ecx . . # compare eax with ecx 32 73/jump-if-addr>= $clear-stack:end/disp8 33 # *curr = 0 - 34 c6 0/subop/copy 0/mod/direct 0/rm32/eax . . . . . 0/imm8 # copy byte to *eax + 34 c6 0/subop/copy-byte 0/mod/direct 0/rm32/eax . . . . . 0/imm8 # copy byte to *eax 35 # ++curr 36 40/increment-eax 37 eb/jump $clear-stack:loop/disp8 -- cgit 1.4.1-2-gfad0