diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-10-03 00:15:08 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-10-03 00:15:08 -0700 |
commit | 3c1bc4fcb4f7be0f668b6e41f804adac15f6662e (patch) | |
tree | ccc68347468533269f3de7f67db4ab4b8861708f /html/apps/factorial.subx.html | |
parent | 60a02b9e850c274eb58fe806305d84bbbeed206c (diff) | |
download | mu-3c1bc4fcb4f7be0f668b6e41f804adac15f6662e.tar.gz |
5696
Diffstat (limited to 'html/apps/factorial.subx.html')
-rw-r--r-- | html/apps/factorial.subx.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/factorial.subx.html b/html/apps/factorial.subx.html index 4d1cbc5c..a8fd5299 100644 --- a/html/apps/factorial.subx.html +++ b/html/apps/factorial.subx.html @@ -140,7 +140,7 @@ if ('onhashchange' in window) { <span id="L79" class="LineNr"> 79 </span> 7e/jump-if-<= $factorial:end/disp8 <span id="L80" class="LineNr"> 80 </span> <span class="subxComment"># ebx = n-1</span> <span id="L81" class="LineNr"> 81 </span> 8b/copy 1/mod/*+disp8 5/rm32/ebp <span class="Normal"> . </span> <span class="Normal"> . </span> 3/r32/ebx 8/disp8 <span class="Normal"> . </span> <span class="subxComment"># copy *(ebp+8) to ebx</span> -<span id="L82" class="LineNr"> 82 </span> 81 5/subop/subtract 3/mod/direct 3/rm32/ebx <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="Normal"> . </span> 1/imm32 <span class="subxComment"># subtract from ebx</span> +<span id="L82" class="LineNr"> 82 </span> 4b/decrement-ebx <span id="L83" class="LineNr"> 83 </span> <span class="subxComment"># eax = factorial(n-1)</span> <span id="L84" class="LineNr"> 84 </span> <span class="subxS2Comment"># . . push args</span> <span id="L85" class="LineNr"> 85 </span> 53/push-ebx |