|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.kbna.dioscuri.module.cpu.Instruction_DEC_BX
public class Instruction_DEC_BX
Intel opcode 4B
Decrement general register BX.
Flags modified: OF, SF, ZF, AF, PF
| Field Summary | |
|---|---|
private CPU |
cpu
|
private byte[] |
decWord
|
private byte[] |
oldDest
|
private byte[] |
temp
|
| Constructor Summary | |
|---|---|
Instruction_DEC_BX()
Class constructor |
|
Instruction_DEC_BX(CPU processor)
Class constructor specifying processor reference |
|
| Method Summary | |
|---|---|
void |
execute()
Decrement general register BX |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private CPU cpu
private byte[] oldDest
private byte[] decWord
private byte[] temp
| Constructor Detail |
|---|
public Instruction_DEC_BX()
public Instruction_DEC_BX(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 | |||||||||