com.cmpware.cmp.models
Class ARC700.OP

java.lang.Object
  extended by com.cmpware.cmp.models.ARC700.OP
Enclosing class:
ARC700

public static final class ARC700.OP
extends java.lang.Object


Field Summary
static int B
           
static int BASE0
           
static int BASE1
           
static int BASE2
           
static int BASE3
           
static int BL
           
static int LD
           
static int RES0
           
static int RES1
           
static int RES2
           
static int RES3
           
static int S_A_B_C
           
static int S_B_0_S8
           
static int S_B_B_C
           
static int S_B_B_H
           
static int S_B_B_U5
           
static int S_B_U7
           
static int S_B_U8
           
static int S_BL_S17
           
static int S_BR_S10_S7
           
static int S_C_B_U3
           
static int S_GP
           
static int S_LOAD16
           
static int S_LOAD16X
           
static int S_LOAD32
           
static int S_LOAD8
           
static int S_PCL
           
static int S_SP
           
static int S_STORE16
           
static int S_STORE32
           
static int S_STORE8
           
static int ST
           
 
Constructor Summary
ARC700.OP()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

B

public static final int B
See Also:
Constant Field Values

BL

public static final int BL
See Also:
Constant Field Values

LD

public static final int LD
See Also:
Constant Field Values

ST

public static final int ST
See Also:
Constant Field Values

BASE0

public static final int BASE0
See Also:
Constant Field Values

BASE1

public static final int BASE1
See Also:
Constant Field Values

BASE2

public static final int BASE2
See Also:
Constant Field Values

BASE3

public static final int BASE3
See Also:
Constant Field Values

RES0

public static final int RES0
See Also:
Constant Field Values

RES1

public static final int RES1
See Also:
Constant Field Values

RES2

public static final int RES2
See Also:
Constant Field Values

RES3

public static final int RES3
See Also:
Constant Field Values

S_A_B_C

public static final int S_A_B_C
See Also:
Constant Field Values

S_C_B_U3

public static final int S_C_B_U3
See Also:
Constant Field Values

S_B_B_H

public static final int S_B_B_H
See Also:
Constant Field Values

S_B_B_C

public static final int S_B_B_C
See Also:
Constant Field Values

S_LOAD32

public static final int S_LOAD32
See Also:
Constant Field Values

S_LOAD8

public static final int S_LOAD8
See Also:
Constant Field Values

S_LOAD16

public static final int S_LOAD16
See Also:
Constant Field Values

S_LOAD16X

public static final int S_LOAD16X
See Also:
Constant Field Values

S_STORE32

public static final int S_STORE32
See Also:
Constant Field Values

S_STORE8

public static final int S_STORE8
See Also:
Constant Field Values

S_STORE16

public static final int S_STORE16
See Also:
Constant Field Values

S_B_B_U5

public static final int S_B_B_U5
See Also:
Constant Field Values

S_SP

public static final int S_SP
See Also:
Constant Field Values

S_GP

public static final int S_GP
See Also:
Constant Field Values

S_PCL

public static final int S_PCL
See Also:
Constant Field Values

S_B_U8

public static final int S_B_U8
See Also:
Constant Field Values

S_B_U7

public static final int S_B_U7
See Also:
Constant Field Values

S_B_0_S8

public static final int S_B_0_S8
See Also:
Constant Field Values

S_BR_S10_S7

public static final int S_BR_S10_S7
See Also:
Constant Field Values

S_BL_S17

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

ARC700.OP

public ARC700.OP()