public final class InstructionBitwiseAnd
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
protected Target |
source |
| Constructor and Description |
|---|
InstructionBitwiseAnd(Target source) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStep(Machine machine,
int value) |
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, waitonWriteCompleted, resetpublic static final java.lang.String NAME
protected final Target source
public InstructionBitwiseAnd(Target source)
protected void doStep(Machine machine, int value)
public java.lang.String toString()
toString in class java.lang.Objectpublic final void step(Machine machine)
Instructionstep in interface Instructionmachine - the machine to run the instruction on.