Fixed default vector MX flags

This commit is contained in:
Smallhacker 2019-01-12 23:14:10 -05:00
parent 5afdf84c1e
commit 312b661bda
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
{
"code" : {
"002111" : {
"label" : "layer3X"
},
"002112" : {
"label" : "layer3Y"
},
"002140" : {
"label" : "apuIo0"
},

View File

@ -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() + ")") }
}