hades.models.pic
Class TurboPicCore.GOTO
java.lang.Object
hades.models.pic.TurboPicCore.PicInstruction
hades.models.pic.TurboPicCore.GOTO
- Enclosing class:
- TurboPicCore
- class TurboPicCore.GOTO
- extends TurboPicCore.PicInstruction
GOTO
goto instruction, final destination given by 11 bit argument and
two bits from PCLATH register,
no status bits are affected
2 clock periods
Field Summary |
(package private) int |
addr11
|
(package private) java.lang.String |
mnemonic
|
(package private) int |
opcode
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
addr11
int addr11
opcode
int opcode
mnemonic
java.lang.String mnemonic
TurboPicCore.GOTO
TurboPicCore.GOTO(int _addr)
execute
final void execute()
- Overrides:
execute
in class TurboPicCore.PicInstruction
setOpcode
void setOpcode(int _opcode)
getOpcode
int getOpcode()
setMnemonic
void setMnemonic(java.lang.String s)
toString
public java.lang.String toString()