Tighten up disassembler output
This commit is contained in:
parent
8863f1127c
commit
caa5fd6c86
1 changed files with 1 additions and 1 deletions
|
|
@ -1486,7 +1486,7 @@ class DebuggerPDP10 extends Debugger {
|
||||||
sLine += Str.pad(sOpCodes, 16) + sOperation;
|
sLine += Str.pad(sOpCodes, 16) + sOperation;
|
||||||
|
|
||||||
if (sComment) {
|
if (sComment) {
|
||||||
sLine = Str.pad(sLine, 60) + ';' + (sComment || "");
|
sLine = Str.pad(sLine, 48) + ';' + (sComment || "");
|
||||||
if (!this.cpu.flags.checksum) {
|
if (!this.cpu.flags.checksum) {
|
||||||
sLine += (nSequence != null? '=' + nSequence.toString() : "");
|
sLine += (nSequence != null? '=' + nSequence.toString() : "");
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue