com.cmpware.cmp.models
Class MIPS32.SREG

java.lang.Object
  extended by com.cmpware.cmp.models.MIPS32.SREG
Enclosing class:
MIPS32

static final class MIPS32.SREG
extends java.lang.Object

This class defines the Special Register indicies


Field Summary
static int HI
           
static int LO
           
static int PC
           
 
Constructor Summary
MIPS32.SREG()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PC

public static final int PC
See Also:
Constant Field Values

HI

public static final int HI
See Also:
Constant Field Values

LO

public static final int LO
See Also:
Constant Field Values
Constructor Detail

MIPS32.SREG

MIPS32.SREG()