Class EOR

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

public class EOR extends Object implements InstructionSet
The EOR instruction where the destination is a mem location, in all of its variants. fedcba9876543210 1011dddooommmrrr = B100 where rrr = ea reg mmm = ea mode ooo = opmode/size = 1ss ddd = source data reg
  • Constructor Details

    • EOR

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

      protected int getDisplacement(MC68000Cpu cpu)