com.cmpware.cmp.models
Class FastSimple.LD

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

public class FastSimple.LD
extends FastSimple.LoadStore

The LD instruction


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

Constructor Detail

FastSimple.LD

public FastSimple.LD()
Method Detail

exec

public void exec(long addr)
          throws MemoryAccessException
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.
Throws:
MemoryAccessException - if an illegal memory access is attempted.