about summary refs log tree commit diff stats
path: root/html/subx/001help.cc.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/subx/001help.cc.html')
-rw-r--r--html/subx/001help.cc.html10
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">&quot;usage&quot;</span><span class="Delimiter">,</span>
-<span id="L62" class="LineNr"> 62 </span>    <span class="Constant">&quot;Welcome to SubX, a better way to <a href='011run.cc.html#L99'>program</a> in machine code.\n&quot;</span>
+<span id="L62" class="LineNr"> 62 </span>    <span class="Constant">&quot;Welcome to SubX, a better way to <a href='011run.cc.html#L95'>program</a> in machine code.\n&quot;</span>
 <span id="L63" class="LineNr"> 63 </span>    <span class="Constant">&quot;SubX uses a subset of the x86 instruction set. SubX programs will run\n&quot;</span>
 <span id="L64" class="LineNr"> 64 </span>    <span class="Constant">&quot;without modification on Linux computers.\n&quot;</span>
 <span id="L65" class="LineNr"> 65 </span>    <span class="Constant">&quot;It provides a better experience and better error messages than\n&quot;</span>
@@ -131,11 +131,11 @@ if ('onhashchange' in window) {
 <span id="L71" class="LineNr"> 71 </span>    <span class="Constant">&quot;    subx test\n&quot;</span>
 <span id="L72" class="LineNr"> 72 </span>    <span class="Constant">&quot;- See this message:\n&quot;</span>
 <span id="L73" class="LineNr"> 73 </span>    <span class="Constant">&quot;    subx --help\n&quot;</span>
-<span id="L74" class="LineNr"> 74 </span>    <span class="Constant">&quot;- Convert a textual SubX <a href='011run.cc.html#L99'>program</a> into a standard ELF binary that you can\n&quot;</span>
-<span id="L75" class="LineNr"> 75 </span>    <span class="Constant">&quot;  <a href='011run.cc.html#L83'>run</a> on your computer:\n&quot;</span>
+<span id="L74" class="LineNr"> 74 </span>    <span class="Constant">&quot;- Convert a textual SubX <a href='011run.cc.html#L95'>program</a> into a standard ELF binary that you can\n&quot;</span>
+<span id="L75" class="LineNr"> 75 </span>    <span class="Constant">&quot;  <a href='011run.cc.html#L79'>run</a> on your computer:\n&quot;</span>
 <span id="L76" class="LineNr"> 76 </span>    <span class="Constant">&quot;    subx translate input1.subx intput2.subx ... -o &lt;output ELF binary&gt;\n&quot;</span>
 <span id="L77" class="LineNr"> 77 </span>    <span class="Constant">&quot;- Run a SubX binary using SubX itself (for better error messages):\n&quot;</span>
-<span id="L78" class="LineNr"> 78 </span>    <span class="Constant">&quot;    subx <a href='011run.cc.html#L83'>run</a> &lt;ELF binary&gt;\n&quot;</span>
+<span id="L78" class="LineNr"> 78 </span>    <span class="Constant">&quot;    subx <a href='011run.cc.html#L79'>run</a> &lt;ELF binary&gt;\n&quot;</span>
 <span id="L79" class="LineNr"> 79 </span>    <span class="Constant">&quot;\n&quot;</span>
 <span id="L80" class="LineNr"> 80 </span>    <span class="Constant">&quot;== Debugging aids\n&quot;</span>
 <span id="L81" class="LineNr"> 81 </span>    <span class="Constant">&quot;- Add '--trace' to any of these commands to print a <a href='003trace.cc.html#L183'>trace</a> to stderr\n&quot;</span>
@@ -148,7 +148,7 @@ if ('onhashchange' in window) {
 <span id="L88" class="LineNr"> 88 </span>    <span class="Constant">&quot;Options starting with '--' must always come before any other arguments.\n&quot;</span>
 <span id="L89" class="LineNr"> 89 </span>    <span class="Constant">&quot;\n&quot;</span>
 <span id="L90" class="LineNr"> 90 </span>    <span class="Constant">&quot;To start learning how to write SubX programs, see Readme.md (particularly\n&quot;</span>
-<span id="L91" class="LineNr"> 91 </span>    <span class="Constant">&quot;the section on the x86 instruction set) and then <a href='011run.cc.html#L83'>run</a>:\n&quot;</span>
+<span id="L91" class="LineNr"> 91 </span>    <span class="Constant">&quot;the section on the x86 instruction set) and then <a href='011run.cc.html#L79'>run</a>:\n&quot;</span>
 <span id="L92" class="LineNr"> 92 </span>    <span class="Constant">&quot;  subx help\n&quot;</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>