diff options
| author | Anghelo Carvajal <angheloalf95@gmail.com> | 2021-08-25 01:11:41 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-25 01:11:41 -0400 |
| commit | 97e066f23f35b5bc65e31093fd074a6c1e61195b (patch) | |
| tree | 94ce723be846a43041a2bd228e3512e8f310b553 /tools/asm-differ/diff-stylesheet.css | |
| parent | 5ece221fe24e9f3870de51b35d5cb69afcf787bd (diff) | |
Update asm-processor and diff.py (#278)
* fix asm differ branch
* git subrepo pull --force tools/asm-differ
subrepo:
subdir: "tools/asm-differ"
merged: "fd0984c97"
upstream:
origin: "https://github.com/simonlindholm/asm-differ.git"
branch: "main"
commit: "fd0984c97"
git-subrepo:
version: "0.4.3"
origin: "???"
commit: "???"
* delete asm-processor
* git subrepo clone git@github.com:simonlindholm/asm-processor.git tools/asm-processor
subrepo:
subdir: "tools/asm-processor"
merged: "755f734fb"
upstream:
origin: "git@github.com:simonlindholm/asm-processor.git"
branch: "main"
commit: "755f734fb"
git-subrepo:
version: "0.4.3"
origin: "???"
commit: "???"
* re-add build.py
* remove subrepo
* git subrepo pull --force tools/asm-differ
subrepo:
subdir: "tools/asm-differ"
merged: "1dfba80e1"
upstream:
origin: "https://github.com/simonlindholm/asm-differ.git"
branch: "main"
commit: "1dfba80e1"
git-subrepo:
version: "0.4.3"
origin: "???"
commit: "???"
Diffstat (limited to 'tools/asm-differ/diff-stylesheet.css')
| -rw-r--r-- | tools/asm-differ/diff-stylesheet.css | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/tools/asm-differ/diff-stylesheet.css b/tools/asm-differ/diff-stylesheet.css new file mode 100644 index 000000000..099c7af47 --- /dev/null +++ b/tools/asm-differ/diff-stylesheet.css @@ -0,0 +1,64 @@ +table.diff { + border: none; + font-family: Monospace; + white-space: pre; +} +.immediate { + color: lightblue; +} +.stack { + color: yellow; +} +.register { + color: yellow; +} +.delay-slot { + font-weight: bold; + color: gray; +} +.diff-change { + color: lightblue; +} +.diff-add { + color: green; +} +.diff-remove { + color: red; +} +.source-filename { + font-weight: bold; +} +.source-function { + font-weight: bold; + text-decoration: underline; +} +.source-other { + font-style: italic; +} +.rotation-0 { + color: magenta; +} +.rotation-1 { + color: cyan; +} +.rotation-2 { + color: green; +} +.rotation-3 { + color: red; +} +.rotation-4 { + color: yellow; +} +.rotation-5 { + color: pink; +} +.rotation-6 { + color: blue; +} +.rotation-7 { + color: lime; +} +.rotation-8 { + color: gray; +} |
