Package CPU.instructions
Class EOR
java.lang.Object
CPU.instructions.EOR
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected int
final void
register
(MC68000Cpu cpu2) Registers the InstructionSet with the cpu.
-
Constructor Details
-
EOR
public EOR()
-
-
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.
-
getDisplacement
-