Interface InstructionSet.OpcodeTable

Enclosing interface:
InstructionSet

public static interface InstructionSet.OpcodeTable
OpcodeTable provides the mechanism to create string representations of every opcode.
  • Method Summary

    Modifier and Type
    Method
    Description
    Name to use for the filename and heading.
    opcodeExample(int opcode)
    For a given opcode, create a string representation.
  • Method Details

    • name

      String name()
      Name to use for the filename and heading.
    • opcodeExample

      String opcodeExample(int opcode)
      For a given opcode, create a string representation. For example 6502, $20 could be "JSR ADDRESS".