|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dioscuri.module.cpu.Instruction_INT_Ib
public class Instruction_INT_Ib
Intel opcode CD
Call to Interrupt Procedure.
The immediate byte specifies the index (0 - 255) within the Interrupt
Descriptor Table (IDT).
Flags modified: IF, TF, AC
Constructor Summary | |
---|---|
Instruction_INT_Ib()
Class constructor |
|
Instruction_INT_Ib(CPU processor)
Class constructor specifying processor reference |
Method Summary | |
---|---|
void |
execute()
Call the interrupt procedure based on the interrupt vector in the IDT. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Instruction_INT_Ib()
public Instruction_INT_Ib(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 |