diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-12-15 02:09:36 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-12-15 02:09:36 -0800 |
commit | fe8bf967a945c7d9e6aba36e42518262d54bd348 (patch) | |
tree | d8693470d0695508dd650d1b9b836fbeae79394c /html/subx/011direct_addressing.cc.html | |
parent | 5059f32d0ddf36b9591ad0c14ee474ad5f2f8816 (diff) | |
download | mu-fe8bf967a945c7d9e6aba36e42518262d54bd348.tar.gz |
4161
Diffstat (limited to 'html/subx/011direct_addressing.cc.html')
-rw-r--r-- | html/subx/011direct_addressing.cc.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/html/subx/011direct_addressing.cc.html b/html/subx/011direct_addressing.cc.html index 7c348d47..810eea89 100644 --- a/html/subx/011direct_addressing.cc.html +++ b/html/subx/011direct_addressing.cc.html @@ -3,7 +3,7 @@ <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>Mu - subx/011direct_addressing.cc</title> -<meta name="Generator" content="Vim/7.4"> +<meta name="Generator" content="Vim/8.0"> <meta name="plugin-version" content="vim7.4_v2"> <meta name="syntax" content="cpp"> <meta name="settings" content="number_lines,use_css,pre_wrap,no_foldcolumn,expand_tabs,line_ids,prevent_copy="> @@ -15,20 +15,20 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.SalientComment { color: #00ffff; } +.Conceal { color: #4e4e4e; } +.traceContains { color: #008000; } +.PreProc { color: #800080; } .LineNr { color: #444444; } -.Error { color: #ffffff; background-color: #ff6060; padding-bottom: 1px; } -.Delimiter { color: #800080; } +.SalientComment { color: #00ffff; } +.Identifier { color: #c0a020; } +.Constant { color: #00a0a0; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } -.cSpecial { color: #008000; } -.Conceal { color: #4e4e4e; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Constant { color: #00a0a0; } +.Delimiter { color: #800080; } .Special { color: #c00000; } -.Identifier { color: #c0a020; } -.traceContains { color: #008000; } -.PreProc { color: #800080; } +.cSpecial { color: #008000; } +.Error { color: #ffffff; background-color: #ff6060; padding-bottom: 1px; } --> </style> |