public final class InstructionDiv
extends java.lang.Object
| Constructor and Description |
|---|
InstructionDiv(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, resetprotected final Target source
public InstructionDiv(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.