|
miSim | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--misim.Regs
Constants class to identify the registers that are implemented for all devices of the class we emulate.
Field Summary | |
static int |
Fsr
The FSR indirect control register (address 0x04) |
static int |
Pcl
The Program counter low byte register (address 0x02) |
static int |
Status
The status register (address 0x03) |
static int |
Tmr0
The timer register (address 0x01) |
Constructor Summary | |
Regs()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int Tmr0
public static final int Pcl
public static final int Status
public static final int Fsr
Constructor Detail |
public Regs()
|
miSim | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |