Package CPU.instructions
Class SCC
java.lang.Object
CPU.instructions.SCC
- All Implemented Interfaces:
InstructionSet
The SCC instruction in all of its variants.
0101cccc11mmmrrr = 50c0
where rrr = data reg to be swapped
mmm = mode
cccc= condition
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal void
register
(MC68000Cpu cpu2) Registers the InstructionSet with the cpu.
-
Constructor Details
-
SCC
public SCC()
-
-
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.
-