diff options
Diffstat (limited to 'html/subx/001help.cc.html')
-rw-r--r-- | html/subx/001help.cc.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/html/subx/001help.cc.html b/html/subx/001help.cc.html index 2aef411f..eeea8380 100644 --- a/html/subx/001help.cc.html +++ b/html/subx/001help.cc.html @@ -119,7 +119,7 @@ if ('onhashchange' in window) { <span id="L59" class="LineNr"> 59 </span><span class="Delimiter">:(code)</span> <span id="L60" class="LineNr"> 60 </span><span class="Normal">void</span> <a href='001help.cc.html#L60'>init_help</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> <span id="L61" class="LineNr"> 61 </span> <a href='001help.cc.html#L252'>put</a><span class="Delimiter">(</span><span class="Special"><a href='001help.cc.html#L53'>Help</a></span><span class="Delimiter">,</span> <span class="Constant">"usage"</span><span class="Delimiter">,</span> -<span id="L62" class="LineNr"> 62 </span> <span class="Constant">"Welcome to SubX, a better way to <a href='011run.cc.html#L99'>program</a> in machine code.\n"</span> +<span id="L62" class="LineNr"> 62 </span> <span class="Constant">"Welcome to SubX, a better way to <a href='011run.cc.html#L95'>program</a> in machine code.\n"</span> <span id="L63" class="LineNr"> 63 </span> <span class="Constant">"SubX uses a subset of the x86 instruction set. SubX programs will run\n"</span> <span id="L64" class="LineNr"> 64 </span> <span class="Constant">"without modification on Linux computers.\n"</span> <span id="L65" class="LineNr"> 65 </span> <span class="Constant">"It provides a better experience and better error messages than\n"</span> @@ -131,11 +131,11 @@ if ('onhashchange' in window) { <span id="L71" class="LineNr"> 71 </span> <span class="Constant">" subx test\n"</span> <span id="L72" class="LineNr"> 72 </span> <span class="Constant">"- See this message:\n"</span> <span id="L73" class="LineNr"> 73 </span> <span class="Constant">" subx --help\n"</span> -<span id="L74" class="LineNr"> 74 </span> <span class="Constant">"- Convert a textual SubX <a href='011run.cc.html#L99'>program</a> into a standard ELF binary that you can\n"</span> -<span id="L75" class="LineNr"> 75 </span> <span class="Constant">" <a href='011run.cc.html#L83'>run</a> on your computer:\n"</span> +<span id="L74" class="LineNr"> 74 </span> <span class="Constant">"- Convert a textual SubX <a href='011run.cc.html#L95'>program</a> into a standard ELF binary that you can\n"</span> +<span id="L75" class="LineNr"> 75 </span> <span class="Constant">" <a href='011run.cc.html#L79'>run</a> on your computer:\n"</span> <span id="L76" class="LineNr"> 76 </span> <span class="Constant">" subx translate input1.subx intput2.subx ... -o <output ELF binary>\n"</span> <span id="L77" class="LineNr"> 77 </span> <span class="Constant">"- Run a SubX binary using SubX itself (for better error messages):\n"</span> -<span id="L78" class="LineNr"> 78 </span> <span class="Constant">" subx <a href='011run.cc.html#L83'>run</a> <ELF binary>\n"</span> +<span id="L78" class="LineNr"> 78 </span> <span class="Constant">" subx <a href='011run.cc.html#L79'>run</a> <ELF binary>\n"</span> <span id="L79" class="LineNr"> 79 </span> <span class="Constant">"\n"</span> <span id="L80" class="LineNr"> 80 </span> <span class="Constant">"== Debugging aids\n"</span> <span id="L81" class="LineNr"> 81 </span> <span class="Constant">"- Add '--trace' to any of these commands to print a <a href='003trace.cc.html#L183'>trace</a> to stderr\n"</span> @@ -148,7 +148,7 @@ if ('onhashchange' in window) { <span id="L88" class="LineNr"> 88 </span> <span class="Constant">"Options starting with '--' must always come before any other arguments.\n"</span> <span id="L89" class="LineNr"> 89 </span> <span class="Constant">"\n"</span> <span id="L90" class="LineNr"> 90 </span> <span class="Constant">"To start learning how to write SubX programs, see Readme.md (particularly\n"</span> -<span id="L91" class="LineNr"> 91 </span> <span class="Constant">"the section on the x86 instruction set) and then <a href='011run.cc.html#L83'>run</a>:\n"</span> +<span id="L91" class="LineNr"> 91 </span> <span class="Constant">"the section on the x86 instruction set) and then <a href='011run.cc.html#L79'>run</a>:\n"</span> <span id="L92" class="LineNr"> 92 </span> <span class="Constant">" subx help\n"</span> <span id="L93" class="LineNr"> 93 </span> <span class="Delimiter">);</span> <span id="L94" class="LineNr"> 94 </span> <span class="Comment">// End Help Texts</span> |