|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.kbna.dioscuri.module.cpu.Instruction_ADD_AXIv
public class Instruction_ADD_AXIv
Intel opcode 05
Add immediate word to AX.
Flags modified: OF, SF, ZF, AF, PF, CF
| Field Summary | |
|---|---|
private CPU |
cpu
|
(package private) byte[] |
immediateWord
|
(package private) byte[] |
oldDest
|
(package private) byte[] |
temp
|
| Constructor Summary | |
|---|---|
Instruction_ADD_AXIv()
Class constructor |
|
Instruction_ADD_AXIv(CPU processor)
Class constructor specifying processor reference |
|
| Method Summary | |
|---|---|
void |
execute()
Add immediate word to AX |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private CPU cpu
byte[] immediateWord
byte[] oldDest
byte[] temp
| Constructor Detail |
|---|
public Instruction_ADD_AXIv()
public Instruction_ADD_AXIv(CPU processor)
processor - Reference to CPU class| Method Detail |
|---|
public void execute()
execute in interface Instruction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||