|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecttools.processor.Opcode
tools.assembler.DataOpcode
public class DataOpcode
This Opcode implementation holds variable length data runs defined in an assembly program.
| Field Summary | |
|---|---|
java.util.List<java.lang.Integer> |
sizes
|
java.util.List<java.lang.String> |
values
|
| Constructor Summary | |
|---|---|
DataOpcode()
|
|
| Method Summary | |
|---|---|
int |
getOpcodeSize()
This method returns the number of bytes occupied by the opcode. |
| Methods inherited from class tools.processor.Opcode |
|---|
decodeData, getBus, getClocks, getCode, getFlags, getMnemonics, getProcessor |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.util.List<java.lang.String> values
public java.util.List<java.lang.Integer> sizes
| Constructor Detail |
|---|
public DataOpcode()
| Method Detail |
|---|
public int getOpcodeSize()
Opcode
getOpcodeSize in class Opcode
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||