Class DIVUW

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

public class DIVUW extends Object implements InstructionSet
The emulated DIVU (word sized) instruction in all of its variants.
  • Constructor Details

    • DIVUW

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