|
jmce - 1_02 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface I8080Constants
Intel 8080 constants.
This interface define all constants relative to the intel 8080.
Field Summary | |
---|---|
static int |
FLAG_3
Reserved copy bit 3 of result |
static int |
FLAG_5
Reserved copy bit 5 of result |
static int |
FLAG_C
Carry flag |
static int |
FLAG_H
Half carry |
static int |
FLAG_N
Set if last aritmetis is SUB,SBC,DEC |
static int |
FLAG_PV
Parity / overflow |
static int |
FLAG_S
Result is signed (negative) |
static int |
FLAG_Z
Result is 0 |
Field Detail |
---|
static final int FLAG_S
static final int FLAG_Z
static final int FLAG_5
static final int FLAG_H
static final int FLAG_3
static final int FLAG_PV
static final int FLAG_N
static final int FLAG_C
|
jmce - 1_02 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |