Package CPU.instructions
Class MULSW
java.lang.Object
CPU.instructions.MULSW
- All Implemented Interfaces:
InstructionSet
The emulated MULS (word sized) instruction in all of its variants.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal void
register
(MC68000Cpu cpu2) Registers the InstructionSet with the cpu.
-
Constructor Details
-
MULSW
public MULSW()
-
-
Method Details
-
register
Description copied from interface:InstructionSet
Registers the InstructionSet with the cpu.- Specified by:
register
in interfaceInstructionSet
- Parameters:
cpu2
- the cpu to use.
-