public final class BitwiseOrImmediateInstruction extends java.lang.Object implements Instruction
| Constructor and Description |
|---|
BitwiseOrImmediateInstruction(short value) |
| Modifier and Type | Method and Description |
|---|---|
void |
step(Machine machine)
Update the instruction, when it is done it must increment the machine's
program counter itself.
|
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitonBeforeWriteComplete, onWriteCompletedpublic void step(Machine machine)
Instructionstep in interface Instructionmachine - the machine to run the instruction on.public java.lang.String toString()
toString in class java.lang.Object