diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-05-30 00:23:05 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-05-30 00:23:05 -0700 |
commit | 8c3ecee4c1d927b6b2a0e05e0415a91a96b1cb7d (patch) | |
tree | 99761b384050fcad8e6e4701edee2731a4105e55 /html/apps/print-file.mu.html | |
parent | 057657e583f037fa808834a5f98ca0f902c11584 (diff) | |
download | mu-8c3ecee4c1d927b6b2a0e05e0415a91a96b1cb7d.tar.gz |
6443
Diffstat (limited to 'html/apps/print-file.mu.html')
-rw-r--r-- | html/apps/print-file.mu.html | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/html/apps/print-file.mu.html b/html/apps/print-file.mu.html index b5fe387e..80a2d04a 100644 --- a/html/apps/print-file.mu.html +++ b/html/apps/print-file.mu.html @@ -72,7 +72,7 @@ if ('onhashchange' in window) { <span id="L14" class="LineNr">14 </span> compare n, <span class="Constant">1</span> <span id="L15" class="LineNr">15 </span> <span class="Delimiter">{</span> <span id="L16" class="LineNr">16 </span> <span class="PreProc">break-if-></span> -<span id="L17" class="LineNr">17 </span> <a href='../103screen.subx.html#L125'>print-string</a> <span class="Constant">"usage: cat <filename>\n"</span> +<span id="L17" class="LineNr">17 </span> <a href='../103screen.subx.html#L122'>print-string</a> <span class="Constant">"usage: cat <filename>\n"</span> <span id="L18" class="LineNr">18 </span> <span class="PreProc">break</span> $main-body <span id="L19" class="LineNr">19 </span> <span class="Delimiter">}</span> <span id="L20" class="LineNr">20 </span> <span class="Delimiter">{</span> @@ -87,16 +87,15 @@ if ('onhashchange' in window) { <span id="L29" class="LineNr">29 </span> <span class="PreProc">var</span> in-addr/<span class="Constant">ecx</span>: (addr buffered-file) <span class="SpecialChar"><-</span> copy _in-addr <span id="L30" class="LineNr">30 </span> <span class="Delimiter">{</span> <span id="L31" class="LineNr">31 </span> <span class="PreProc">var</span> c/<span class="Constant">eax</span>: byte <span class="SpecialChar"><-</span> <a href='../061read-byte.subx.html#L38'>read-byte-buffered</a> in-addr -<span id="L32" class="LineNr">32 </span> compare c, <span class="Constant">0xffffffff</span> +<span id="L32" class="LineNr">32 </span> compare c, <span class="Constant">0xffffffff</span> <span class="Comment"># EOF marker</span> <span id="L33" class="LineNr">33 </span> <span class="PreProc">break-if-=</span> -<span id="L34" class="LineNr">34 </span> <a href='../103screen.subx.html#L138'>print-byte</a> c +<span id="L34" class="LineNr">34 </span> <a href='../103screen.subx.html#L135'>print-byte</a> c <span id="L35" class="LineNr">35 </span> <span class="PreProc">loop</span> <span id="L36" class="LineNr">36 </span> <span class="Delimiter">}</span> <span id="L37" class="LineNr">37 </span> <span class="Delimiter">}</span> <span id="L38" class="LineNr">38 </span> <span class="Delimiter">}</span> -<span id="L39" class="LineNr">39 </span> <a href='../103screen.subx.html#L151'>flush-stdout</a> -<span id="L40" class="LineNr">40 </span> exit-status <span class="SpecialChar"><-</span> copy <span class="Constant">0</span> -<span id="L41" class="LineNr">41 </span><span class="Delimiter">}</span> +<span id="L39" class="LineNr">39 </span> exit-status <span class="SpecialChar"><-</span> copy <span class="Constant">0</span> +<span id="L40" class="LineNr">40 </span><span class="Delimiter">}</span> </pre> </body> </html> |