|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dioscuri.module.cpu.Instruction_IMUL_GvEvIb
public class Instruction_IMUL_GvEvIb
Intel opcode 6B
Signed multiply.
Multiplication uses three operands: 1=destination, 2=first source, 3=second
source
Flags modified: CF, OF. Flags SF, ZF, AF, and PF are undefined
Constructor Summary | |
---|---|
Instruction_IMUL_GvEvIb()
Class constructor |
|
Instruction_IMUL_GvEvIb(CPU processor)
Class constructor specifying processor reference |
Method Summary | |
---|---|
void |
execute()
Signed multiply. Multiplication uses three operands: 1=destination, 2=first source, 3=second source Flags modified: CF, OF. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Instruction_IMUL_GvEvIb()
public Instruction_IMUL_GvEvIb(CPU processor)
processor
- Reference to CPU classMethod Detail |
---|
public void execute()
execute
in interface Instruction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |