hades.models.pic
Class TurboPicCore.MOVWF

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

class TurboPicCore.MOVWF
extends TurboPicCore.PicInstruction

MOVWF F move the contents of W to register 0 < F <= 127. no flags are affected 1 clock period


Field Summary
(package private)  int addr
           
(package private)  java.lang.String mnemonic
           
(package private)  boolean normal
           
(package private)  int opcode
           
 
Constructor Summary
(package private) TurboPicCore.MOVWF(int _f)
           
 
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

normal

boolean normal

opcode

int opcode

mnemonic

java.lang.String mnemonic
Constructor Detail

TurboPicCore.MOVWF

TurboPicCore.MOVWF(int _f)
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()