|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AssemblerConstants
Constants exported by the assembler
Field Summary | |
---|---|
static short |
BYTE
|
static String[] |
CONDITION
|
static byte |
EQ
ZF == 1 - equal (zero) |
static byte |
GE
SF == OF - greater than or equal (not less than) |
static byte |
GT
ZF == 0 and SF == OF - greater than |
static byte |
LE
ZF == 1 or SF ! |
static byte |
LGE
CF == 0 - logically greater than or equal (not below) |
static byte |
LGT
CF == 0 and ZF == 0 - logically greater than (above) |
static byte |
LLE
CF == 1 or ZF == 1 - logically less than or equal (not above) |
static byte |
LLT
CF == 1 - logically less than (below) |
static short |
LONG
|
static byte |
LT
SF ! |
static byte |
NE
ZF == 0 - not equal (not zero) |
static byte |
NO
OF == 0 - not overflow |
static byte |
NS
|
static byte |
O
OF == 1 - overflow |
static byte |
PE
PF == 1 - even parity or unordered floating point #s |
static byte |
PO
PF == 0 - odd parity or ordered floating point #s |
static byte |
S
|
static short |
SHORT
|
static short |
WORD
|
Field Detail |
---|
static final String[] CONDITION
static final byte O
static final byte NO
static final byte LLT
static final byte LGE
static final byte EQ
static final byte NE
static final byte LLE
static final byte LGT
static final byte S
static final byte NS
static final byte PE
static final byte PO
static final byte LT
static final byte GE
static final byte LE
static final byte GT
static final short BYTE
static final short SHORT
static final short WORD
static final short LONG
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |