mirror of
https://github.com/Smallhacker/disbrowser.git
synced 2024-12-26 14:29:15 +00:00
Fixed default vector MX flags
This commit is contained in:
parent
5afdf84c1e
commit
312b661bda
@ -1,5 +1,11 @@
|
||||
{
|
||||
"code" : {
|
||||
"002111" : {
|
||||
"label" : "layer3X"
|
||||
},
|
||||
"002112" : {
|
||||
"label" : "layer3Y"
|
||||
},
|
||||
"002140" : {
|
||||
"label" : "apuIo0"
|
||||
},
|
||||
|
@ -25,7 +25,7 @@ class DisassemblyResource {
|
||||
td {
|
||||
a {
|
||||
text(it.label)
|
||||
}.attr("href", "/${it.codeLocation.toSimpleString()}/mx")
|
||||
}.attr("href", "/${it.codeLocation.toSimpleString()}/MX")
|
||||
}
|
||||
td { text("(" + it.codeLocation.toFormattedString() + ")") }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user