about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-12-04 00:17:40 -0800
committerKartik Agaram <vc@akkartik.com>2018-12-04 00:17:40 -0800
commit7cb326df5bb9739d948dd4f8b32019f1bf6e4ef3 (patch)
tree7951c923afb243c33a3ada7f1b204250510d13c5
parent5f3b3e7aea4174f13da9b430538564c68257b647 (diff)
downloadmu-7cb326df5bb9739d948dd4f8b32019f1bf6e4ef3.tar.gz
4831
-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
233fc2e36d29'>^
efdc7b16 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92