diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-08-22 13:30:48 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-08-22 13:30:48 -0700 |
commit | 0361a76d86a38ca02778afc915d86c4ffa608bf7 (patch) | |
tree | b58b8dc27854a02a40f93bc1fa47a565b92e30a0 /html/apps/factorial.mu.html | |
parent | 426fcd3ec3b3891a0670c20cae9bd342184719b4 (diff) | |
download | mu-0361a76d86a38ca02778afc915d86c4ffa608bf7.tar.gz |
6724
Diffstat (limited to 'html/apps/factorial.mu.html')
-rw-r--r-- | html/apps/factorial.mu.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/apps/factorial.mu.html b/html/apps/factorial.mu.html index bce88f11..4880270d 100644 --- a/html/apps/factorial.mu.html +++ b/html/apps/factorial.mu.html @@ -90,8 +90,8 @@ if ('onhashchange' in window) { <span id="L31" class="LineNr">31 </span> <a href='../102test.subx.html#L23'>check-ints-equal</a> result <span class="Constant">0x78</span> <span class="Constant">"F - test-factorial"</span> <span id="L32" class="LineNr">32 </span><span class="Delimiter">}</span> <span id="L33" class="LineNr">33 </span> -<span id="L34" class="LineNr">34 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='factorial.mu.html#L34'>main</a></span> args-on-stack: (addr array (addr array byte))<span class="PreProc"> -> </span>exit-status/<span class="Constant">ebx</span>: int <span class="Delimiter">{</span> -<span id="L35" class="LineNr">35 </span> <span class="PreProc">var</span> args/<span class="Constant">eax</span>: (addr array (addr array byte)) <span class="SpecialChar"><-</span> copy args-on-stack +<span id="L34" class="LineNr">34 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='factorial.mu.html#L34'>main</a></span> args-on-stack: (addr array addr array byte)<span class="PreProc"> -> </span>exit-status/<span class="Constant">ebx</span>: int <span class="Delimiter">{</span> +<span id="L35" class="LineNr">35 </span> <span class="PreProc">var</span> args/<span class="Constant">eax</span>: (addr array addr array byte) <span class="SpecialChar"><-</span> copy args-on-stack <span id="L36" class="LineNr">36 </span> <span class="PreProc">var</span> tmp/<span class="Constant">ecx</span>: int <span class="SpecialChar"><-</span> length args <span id="L37" class="LineNr">37 </span> $main-body: <span class="Delimiter">{</span> <span id="L38" class="LineNr">38 </span> <span class="Comment"># if (len(args) <= 1) factorial(5)</span> |