hades.models.pic
Class TurboPicCore.BTFSC
java.lang.Object
hades.models.pic.TurboPicCore.PicInstruction
hades.models.pic.TurboPicCore.BTFSC
- Enclosing class:
- TurboPicCore
- class TurboPicCore.BTFSC
- extends TurboPicCore.PicInstruction
BTFSC F,B
test bit B in register 0 < F <= 127, skip next instruction if clear
no flags are changed
1 clock period
Field Summary |
(package private) int |
addr
|
(package private) int |
bit
|
(package private) int |
mask
|
(package private) java.lang.String |
mnemonic
|
(package private) boolean |
normal
|
(package private) int |
opcode
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
addr
int addr
bit
int bit
mask
int mask
normal
boolean normal
opcode
int opcode
mnemonic
java.lang.String mnemonic
TurboPicCore.BTFSC
TurboPicCore.BTFSC(int _f,
int _b)
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()