hades.models.pic
Class TurboPicCore.RETFIE

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

class TurboPicCore.RETFIE
extends TurboPicCore.PicInstruction

RETFIE return from interrupt (the PC value is taken from the stack). Also set the GIE interrupt enable flag in the INTCON register. no flags are affected 2 clock periods


Field Summary
(package private)  java.lang.String mnemonic
           
(package private)  int opcode
           
 
Constructor Summary
(package private) TurboPicCore.RETFIE()
           
 
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

opcode

int opcode

mnemonic

java.lang.String mnemonic
Constructor Detail

TurboPicCore.RETFIE

TurboPicCore.RETFIE()
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()