|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cmpware.tools.AutoModel.Format
public static final class AutoModel.Format
The format class describes an instruction format. The first parameter is the number of bits in the instruction and the second is an array of Fields which make up the instruction. By convention the first field in the Field array should be the opcode.
| Field Summary | |
|---|---|
int |
bits
The number of bits in the instruction |
AutoModel.Field[] |
fields
The instruction format |
| Constructor Summary | |
|---|---|
AutoModel.Format(int bits,
AutoModel.Field[] fields)
Constructor |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int bits
public AutoModel.Field[] fields
| Constructor Detail |
|---|
public AutoModel.Format(int bits,
AutoModel.Field[] fields)
bits - The number of bits in the instruction.fields - the instruction fields.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||