Rev 1494 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<?php
$PROJNAME = 'SvarDOS MORE';
$SHORT = 'displays output one screen at a time';
$LONGHTML = '
<p>SvarDOS MORE is a filter that displays output one screen at a time. It is part of the SvarDOS project, and as such it shares SvarDOS\' principles of minimalism, compactness and bare-bones functionality. It is:</p>
<ul>
<li>multilingual (use the LANG variable, eg. "SET LANG=PL" switches to Polish)</li>
<li>TINY! (fits within a single disk sector)</li>
</ul>
<p>Usage:</p>
<pre>
MORE < FILE.TXT
TYPE FILE.TXT | MORE
</pre>
<p>SvarDOS MORE is hand crafted in x86 assembly and built using the excellent
<a href="https://github.com/swanlizard/a72">A72 assembler</a> by Mr R. Swan.</p>
';
$COPYRDATE = '2023';
?>