mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-23 06:54:14 -04:00
97e066f23f
* 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: "???"
65 lines
807 B
CSS
65 lines
807 B
CSS
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;
|
|
}
|