tools.processor
Class PrintSpacing

java.lang.Object
  extended by tools.processor.PrintSpacing

public class PrintSpacing
extends java.lang.Object

This class encapsulates the disassembly field sizes for a specific mnemonic set. A disassembled line of code has three fields: 1) The bytes that make up the opcode 2) The mnemonic text 3) The comment (the rest of the line)


Field Summary
 int dataFieldSize
           
 int mnemonicFieldSize
           
 
Constructor Summary
PrintSpacing()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataFieldSize

public int dataFieldSize

mnemonicFieldSize

public int mnemonicFieldSize
Constructor Detail

PrintSpacing

public PrintSpacing()