Updated COMPAQ MS-DOS READMEs, along with a few PCx86 debugger improvements
This commit is contained in:
parent
010da30353
commit
3abd13e8ca
11 changed files with 1803 additions and 1656 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue