|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cmpware.tools.AutoModel.Instruction
public static final class AutoModel.Instruction
The instruction class describes an instruction in the processor. The first value is a string representing the name of the instruction, the second value is the numeric value of the opcode and the third parameter is the instruction Format.
| Field Summary | |
|---|---|
AutoModel.Decode |
decode
The decoder |
AutoModel.Function |
fn
The instruction format |
AutoModel.Format |
format
The instruction format |
(package private) int |
index
The index in the Instructions array |
java.lang.String |
name
The symbol name |
| Constructor Summary | |
|---|---|
AutoModel.Instruction(java.lang.String name,
AutoModel.Format format,
AutoModel.Decode decode,
AutoModel.Function fn)
Constructor |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String name
public AutoModel.Decode decode
public AutoModel.Format format
public AutoModel.Function fn
int index
| Constructor Detail |
|---|
public AutoModel.Instruction(java.lang.String name,
AutoModel.Format format,
AutoModel.Decode decode,
AutoModel.Function fn)
name - The instruction nameformat - the instruction format.decode - the array of decode field values.fn - the instruction function.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||