|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpicmicrocontroller.ProgramCounter
public class ProgramCounter
This class provides operations related with the PC register of PIC 16F877
Constructor Summary | |
---|---|
ProgramCounter(PIC tpic)
Main constructor of program counter class. |
Method Summary | |
---|---|
int |
getPC()
This method returns |
void |
increment()
|
void |
incrementBy2()
|
void |
setPC(int newVal)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProgramCounter(PIC tpic)
Method Detail |
---|
public int getPC()
public void setPC(int newVal)
public void increment()
public void incrementBy2()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |