|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The base interface to be implemented by processor emulation engines.
Debugger
Field Summary | |
static int |
BIT_0
A constant with bit zero set and all other bits unset. |
static int |
BIT_1
A constant with bit one set and all other bits unset. |
static int |
BIT_2
A constant with bit two set and all other bits unset. |
static int |
BIT_3
A constant with bit three set and all other bits unset. |
static int |
BIT_4
A constant with bit four set and all other bits unset. |
static int |
BIT_5
A constant with bit five set and all other bits unset. |
static int |
BIT_6
A constant with bit six set and all other bits unset. |
static int |
BIT_7
A constant with bit seven set and all other bits unset. |
static int |
BIT_8
A constant with bit eight set and all other bits unset. |
static int |
DEC_0
|
static int |
DEC_1
|
static int |
DEC_2
|
static int |
DEC_3
|
static int |
DEC_4
|
static int |
DEC_5
|
static int |
DEC_6
|
static int |
DEC_7
|
static int |
DEC_8
|
static int |
DEC_9
|
Method Summary | |
void |
setDebugger(Debugger debugger)
Sets a debugger for this processor. |
Field Detail |
public static final int BIT_0
0000 0000 0000 0000 0000 0000 0000 0001
.
public static final int BIT_1
0000 0000 0000 0000 0000 0000 0000 0010
.
public static final int BIT_2
0000 0000 0000 0000 0000 0000 0000 0100
.
public static final int BIT_3
0000 0000 0000 0000 0000 0000 0000 1000
.
public static final int BIT_4
0000 0000 0000 0000 0000 0000 0001 0000
.
public static final int BIT_5
0000 0000 0000 0000 0000 0000 0010 0000
.
public static final int BIT_6
0000 0000 0000 0000 0000 0000 0100 0000
.
public static final int BIT_7
0000 0000 0000 0000 0000 0000 1000 0000
.
public static final int BIT_8
0000 0000 0000 0000 0000 0001 0000 0000
.
public static final int DEC_0
public static final int DEC_1
public static final int DEC_2
public static final int DEC_3
public static final int DEC_4
public static final int DEC_5
public static final int DEC_6
public static final int DEC_7
public static final int DEC_8
public static final int DEC_9
Method Detail |
public void setDebugger(Debugger debugger)
debugger
- The debugger instance to be used. Set this to null for
switching off debugging.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |