Class Bcc

java.lang.Object
CPU.instructions.Bcc
All Implemented Interfaces:
InstructionSet

public class Bcc extends Object implements InstructionSet
The Bcc instructions, excluding BRA, BSR.
  • Constructor Details

    • Bcc

      public Bcc()
  • Method Details

    • register

      public final void register(MC68000Cpu cpu2)
      Description copied from interface: InstructionSet
      Registers the InstructionSet with the cpu.
      Specified by:
      register in interface InstructionSet
      Parameters:
      cpu2 - the cpu to use.
    • disassembleOp

      protected final DisassembledInstruction disassembleOp(int address, int opcode, MC68000Cpu cpu)
      Disassemble the instruction.
      Parameters:
      address - address of op in memory
      opcode - MC68000 opcode of operation
      cpu - cpu used
      Returns:
      the DisassembledInstruction