about summary refs log tree commit diff stats
path: root/html/apps/factorial.mu.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-03-02 08:23:54 -0800
committerKartik Agaram <vc@akkartik.com>2020-03-02 08:23:54 -0800
commita53ab5266f1d29de4f024d4369e10d673c931580 (patch)
tree83ed0769be4c823984b1eff99f1383ae98c6b69e /html/apps/factorial.mu.html
parent32d5099fa005bdeed30bd1e6798b81e3a75f1a1a (diff)
downloadmu-a53ab5266f1d29de4f024d4369e10d673c931580.tar.gz
6078 - highlight hex literals in Vim
Diffstat (limited to 'html/apps/factorial.mu.html')
-rw-r--r--html/apps/factorial.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/factorial.mu.html b/html/apps/factorial.mu.html
index d5afe896..3fdbd8ed 100644
--- a/html/apps/factorial.mu.html
+++ b/html/apps/factorial.mu.html
@@ -78,7 +78,7 @@ if ('onhashchange' in window) {
 <span id="L20" class="LineNr">20 </span>
 <span id="L21" class="LineNr">21 </span><span class="PreProc">fn</span> <a href='../a.subx.html#L31'>test-factorial</a> <span class="Delimiter">{</span>
 <span id="L22" class="LineNr">22 </span>  <span class="PreProc">var</span> result/<span class="Constant">eax</span>: int <span class="Special">&lt;-</span> <a href='../a.subx.html#L1'>factorial</a> <span class="Constant">5</span>
-<span id="L23" class="LineNr">23 </span>  <a href='../051test.subx.html#L24'>check-ints-equal</a> result <span class="Constant">0</span>x78 <span class="Constant">&quot;F - test-factorial&quot;</span>
+<span id="L23" class="LineNr">23 </span>  <a href='../051test.subx.html#L24'>check-ints-equal</a> result <span class="Constant">0x78</span> <span class="Constant">&quot;F - test-factorial&quot;</span>
 <span id="L24" class="LineNr">24 </span><span class="Delimiter">}</span>
 <span id="L25" class="LineNr">25 </span>
 <span id="L26" class="LineNr">26 </span><span class="PreProc">fn</span> main args: (addr array kernel-string)<span class="PreProc"> -&gt; </span>exit-status/<span class="Constant">ebx</span>: int <span class="Delimiter">{</span>