com.cmpware.cmp.models
Class FastSimple.ADDI

java.lang.Object
  extended by com.cmpware.fastmodel.Function
      extended by com.cmpware.cmp.models.FastSimple.Immediate
          extended by com.cmpware.cmp.models.FastSimple.ADDI
Enclosing class:
FastSimple

public class FastSimple.ADDI
extends FastSimple.Immediate

The ADDI instruction


Field Summary
 
Fields inherited from class com.cmpware.cmp.models.FastSimple.Immediate
c, simm8
 
Fields inherited from class com.cmpware.fastmodel.Function
copyright
 
Constructor Summary
FastSimple.ADDI()
           
 
Method Summary
 void exec(long addr)
          This abstract method implements the instruction execution.
 
Methods inherited from class com.cmpware.cmp.models.FastSimple.Immediate
extractFields, getFormat, getSize, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FastSimple.ADDI

public FastSimple.ADDI()
Method Detail

exec

public void exec(long addr)
Description copied from class: Function
This abstract method implements the instruction execution.

Specified by:
exec in class Function
Parameters:
addr - the address of this instruction.