about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--html/subx/061error.subx.html6
-rw-r--r--html/subx/063print-byte.subx.html6
-rw-r--r--subx/061error.subx2
-rw-r--r--subx/063print-byte.subx2
4 files changed, 12 insertions, 4 deletions
diff --git a/html/subx/061error.subx.html b/html/subx/061error.subx.html
index 984ab7e7..482a632c 100644
--- a/html/subx/061error.subx.html
+++ b/html/subx/061error.subx.html
@@ -6,11 +6,11 @@
 <meta name="Generator" content="Vim/8.0">
 <meta name="plugin-version" content="vim7.4_v2">
 <meta name="syntax" content="none">
-<meta name="settings" content="number_lines,use_css,pre_wrap,no_foldcolumn,expand_tabs,line_ids,prevent_copy=">
+<meta name="settings" content="number_lines,use_css,no_foldcolumn,expand_tabs,line_ids,prevent_copy=">
 <meta name="colorscheme" content="minimal">
 <style type="text/css">
 <!--
-pre { white-space: pre-wrap; font-family: monospace; color: #aaaaaa; background-color: #080808; }
+pre { font-family: monospace; color: #aaaaaa; background-color: #080808; }
 body { font-size:12pt; font-family: monospace; color: #aaaaaa; background-color: #080808; }
 .subxS2Comment a { color:inherit; }
 .subxS1Comment a { color:inherit; }
@@ -115,6 +115,8 @@ if ('onhashchange' in window) {
 <span id="L52" class="LineNr">52 </span>    89/copy                         3/mod/direct    4/rm32/ESP   <span class="CommentedCode"> . </span>         <span class="CommentedCode"> . </span>           <span class="CommentedCode"> . </span>          5/r32/EBP  <span class="CommentedCode"> . </span>             <span class="CommentedCode"> . </span>                <span class="subxComment"># copy EBP to ESP</span>
 <span id="L53" class="LineNr">53 </span>    5d/pop-to-EBP
 <span id="L54" class="LineNr">54 </span>    c3/return
+<span id="L55" class="LineNr">55 </span>
+<span id="L56" class="LineNr">56 </span><span class="subxS2Comment"># . . vim&#0058;nowrap:textwidth=0</span>
 </pre>
 </body>
 </html>
diff --git a/html/subx/063print-byte.subx.html b/html/subx/063print-byte.subx.html
index 013ea642..de66d1b4 100644
--- a/html/subx/063print-byte.subx.html
+++ b/html/subx/063print-byte.subx.html
@@ -6,11 +6,11 @@
 <meta name="Generator" content="Vim/8.0">
 <meta name="plugin-version" content="vim7.4_v2">
 <meta name="syntax" content="none">
-<meta name="settings" content="number_lines,use_css,pre_wrap,no_foldcolumn,expand_tabs,line_ids,prevent_copy=">
+<meta name="settings" content="number_lines,use_css,no_foldcolumn,expand_tabs,line_ids,prevent_copy=">
 <meta name="colorscheme" content="minimal">
 <style type="text/css">
 <!--
-pre { white-space: pre-wrap; font-family: monospace; color: #aaaaaa; background-color: #080808; }
+pre { font-family: monospace; color: #aaaaaa; background-color: #080808; }
 body { font-size:12pt; font-family: monospace; color: #aaaaaa; background-color: #080808; }
 .subxS2Comment a { color:inherit; }
 .subxS1Comment a { color:inherit; }
@@ -202,6 +202,8 @@ if ('onhashchange' in window) {
 <span id="L137" class="LineNr">137 </span>    81          0/subop/add         3/mod/direct    4/rm32/ESP   <span class="CommentedCode"> . </span>         <span class="CommentedCode"> . </span>           <span class="CommentedCode"> . </span>         <span class="CommentedCode"> . </span>         <span class="CommentedCode"> . </span>              0xc/imm32         <span class="subxComment"># add to ESP</span>
 <span id="L138" class="LineNr">138 </span>    <span class="subxS1Comment"># . end</span>
 <span id="L139" class="LineNr">139 </span>    c3/return
+<span id="L140" class="LineNr">140 </span>
+<span id="L141" class="LineNr">141 </span><span class="subxS2Comment"># . . vim&#0058;nowrap:textwidth=0</span>
 </pre>
 </body>
 </html>
diff --git a/subx/061error.subx b/subx/061error.subx
index 0868f854..b44d5473 100644
--- a/subx/061error.subx
+++ b/subx/061error.subx
@@ -52,3 +52,5 @@ error:  # ed : (address exit-descriptor), out : fd or (address stream), msg : (a
     89/copy                         3/mod/direct    4/rm32/ESP    .           .             .           5/r32/EBP   .               .                 # copy EBP to ESP
     5d/pop-to-EBP
     c3/return
+
+# . . vim:nowrap:textwidth=0
diff --git a/subx/063print-byte.subx b/subx/063print-byte.subx
index 89f9e103..ed71a378 100644
--- a/subx/063print-byte.subx
+++ b/subx/063print-byte.subx
@@ -137,3 +137,5 @@ test-print-byte:
     81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               0xc/imm32         # add to ESP
     # . end
     c3/return
+
+# . . vim:nowrap:textwidth=0