|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecttools.processor.Indexed6809
public class Indexed6809
The 6809 processor has a versatile indexed mode that can be applied to most instructions. This class encapsulates the information in a single entry in the indexed-mode opcode postfix table.
| Field Summary | |
|---|---|
java.lang.String |
clocks
Number of additional clocks the indexed operation takes |
java.lang.String |
code
The binary code of the indexed operation |
java.lang.String |
m6809
The mnemonic postfix |
| Constructor Summary | |
|---|---|
Indexed6809()
|
|
| 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 clocks
public java.lang.String code
public java.lang.String m6809
| Constructor Detail |
|---|
public Indexed6809()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||