Class BCLRreg

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

public class BCLRreg extends Object implements InstructionSet
The BCLR instruction where the bit number is contained in a register, in all of its variants. fedcba9876543210 0000bbb110mmmrrr = 180 where bbb = reg with bit number rrr = reg for ea mmm = mode
  • Constructor Details

    • BCLRreg

      public BCLRreg()
  • 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.