hades.models.pic
Class TurboPicCore.TRIS

java.lang.Object
  extended byhades.models.pic.TurboPicCore.PicInstruction
      extended byhades.models.pic.TurboPicCore.TRIS
Enclosing class:
TurboPicCore

class TurboPicCore.TRIS
extends TurboPicCore.PicInstruction

TRIS f load TRIS register 5 <= f <= 7with contents of W. This is a compatibility instruction and should not be used. no flags are affected 1 clock period


Field Summary
(package private)  int addr
           
(package private)  java.lang.String mnemonic
           
(package private)  int opcode
           
 
Constructor Summary
(package private) TurboPicCore.TRIS()
           
 
Method Summary
(package private)  void execute()
           
(package private)  int getOpcode()
           
(package private)  void setMnemonic(java.lang.String s)
           
(package private)  void setOpcode(int _opcode)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

addr

int addr

opcode

int opcode

mnemonic

java.lang.String mnemonic
Constructor Detail

TurboPicCore.TRIS

TurboPicCore.TRIS()
Method Detail

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()