mirror of
https://github.com/dmolony/DiskBrowser.git
synced 2024-11-22 13:31:06 +00:00
pascal code spacing
This commit is contained in:
parent
f782427d74
commit
5e7e35ed99
@ -264,9 +264,8 @@ public class PascalCodeStatement implements PascalConstants
|
||||
{
|
||||
String hex = getHex (buffer, ptr, length > 4 ? 4 : length);
|
||||
StringBuilder text = new StringBuilder ();
|
||||
text.append (String.format ("%2s%05X: %-11s %-6s %-8s %s%n",
|
||||
jumpTarget ? "->" : "", ptr, hex, mnemonic, extras,
|
||||
description));
|
||||
text.append (String.format ("%2s%05X: %-11s %-6s %-10s %s%n",
|
||||
jumpTarget ? "->" : "", ptr, hex, mnemonic, extras, description));
|
||||
if (length > 4)
|
||||
{
|
||||
int bytesLeft = length - 4;
|
||||
|
Loading…
Reference in New Issue
Block a user