about summary refs log tree commit diff stats
path: root/html/linux/bootstrap/014indirect_addressing.cc.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-04-21 08:28:00 -0700
committerKartik Agaram <vc@akkartik.com>2021-04-21 08:28:00 -0700
commita8fb537a88fdbe77cdcbaa05ee28d1cad94550da (patch)
treed0fad5f8da140435dcf05b631a4b3f315e0c1f86 /html/linux/bootstrap/014indirect_addressing.cc.html
parentd27994a9d73f970a7b54ec71f4ae457da3734daa (diff)
downloadmu-a8fb537a88fdbe77cdcbaa05ee28d1cad94550da.tar.gz
.
Diffstat (limited to 'html/linux/bootstrap/014indirect_addressing.cc.html')
-rw-r--r--html/linux/bootstrap/014indirect_addressing.cc.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/html/linux/bootstrap/014indirect_addressing.cc.html b/html/linux/bootstrap/014indirect_addressing.cc.html
index 27f28f32..02e76614 100644
--- a/html/linux/bootstrap/014indirect_addressing.cc.html
+++ b/html/linux/bootstrap/014indirect_addressing.cc.html
@@ -7,11 +7,11 @@
 <meta name="plugin-version" content="vim8.1_v1">
 <meta name="syntax" content="cpp">
 <meta name="settings" content="number_lines,use_css,pre_wrap,no_foldcolumn,expand_tabs,line_ids,prevent_copy=">
-<meta name="colorscheme" content="minimal-light">
+<meta name="colorscheme" content="minimal-dark">
 <style type="text/css">
 <!--
-pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #c6c6c6; }
-body { font-size:12pt; font-family: monospace; color: #000000; background-color: #c6c6c6; }
+pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #a8a8a8; }
+body { font-size:12pt; font-family: monospace; color: #000000; background-color: #a8a8a8; }
 a { color:inherit; }
 * { font-size:12pt; font-size: 1em; }
 .cSpecial { color: #008000; }
@@ -19,7 +19,7 @@ a { color:inherit; }
 .Constant { color: #008787; }
 .Delimiter { color: #c000c0; }
 .Comment { color: #005faf; }
-.Normal { color: #000000; background-color: #c6c6c6; padding-bottom: 1px; }
+.Normal { color: #000000; background-color: #a8a8a8; padding-bottom: 1px; }
 .Identifier { color: #af5f00; }
 -->
 </style>
colorized rendering of the source files' href='/akkartik/mu/commit/html/044space_surround.cc.html?h=main&id=672e3e50c6ed6de161e40aa256c3fc0f2b1f7cf9'>672e3e50 ^
65361948 ^

672e3e50 ^
c5ffb6e1 ^
672e3e50 ^
c5ffb6e1 ^
672e3e50 ^
c5ffb6e1 ^
672e3e50 ^





c5ffb6e1 ^


65361948 ^
672e3e50 ^

c5ffb6e1 ^
672e3e50 ^
c5ffb6e1 ^
672e3e50 ^




c5ffb6e1 ^
672e3e50 ^


c5ffb6e1 ^


65361948 ^
c5ffb6e1 ^

65361948 ^
672e3e50 ^


c5ffb6e1 ^




672e3e50 ^



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
93
94
95
96
97