Updated COMPAQ MS-DOS READMEs, along with a few PCx86 debugger improvements

This commit is contained in:
Jeff Parsons 2017-06-30 12:03:35 -07:00 committed by Jeff Parsons
commit 3abd13e8ca
11 changed files with 1803 additions and 1656 deletions

View file

@ -1071,7 +1071,7 @@ class Bus extends Component {
}
if (!fSymbol || fNearest) {
if (bto.obj.idComponent) {
return bto.obj.idComponent + '+' + Str.toHexLong(bto.off + off);
return bto.obj.idComponent + '+' + Str.toHex(bto.off + off, 0, true);
}
}
}