Klasse CPUCommand

java.lang.Object
libsidutils.disassembler.CPUCommand

public class CPUCommand extends Object
  • Felddetails

    • opCode

      private final int opCode
    • cmd

      private final String cmd
    • addressing

      private final String addressing
    • format

      private final String format
    • byteCount

      private final int byteCount
    • cycles

      private final String cycles
  • Konstruktordetails

    • CPUCommand

      public CPUCommand(int opCode, String cmd, String addressing, String format, int byteCount, String cycles)
  • Methodendetails

    • getOpCode

      public int getOpCode()
    • getCmd

      public String getCmd()
    • getAddressing

      public String getAddressing()
    • getFormat

      public String getFormat()
    • getByteCount

      public int getByteCount()
    • getCycles

      public String getCycles()