mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-02-21 00:29:07 +00:00
Add address to line profile output
This commit is contained in:
parent
b62620d306
commit
fcc97bea7b
@ -132,7 +132,8 @@
|
||||
|
||||
// Dump a profile/disassembly line
|
||||
var source = this.disassembler.Disassemble(address);
|
||||
this.OnEmitLine(source, cycles, count);
|
||||
var position = Disassembler.DumpWordValue(address);
|
||||
this.OnEmitLine($"{position}:{source}", cycles, count);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user