tools.processor
Class Indexed6809

java.lang.Object
  extended by tools.processor.Indexed6809

public class Indexed6809
extends java.lang.Object

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

clocks

public java.lang.String clocks
Number of additional clocks the indexed operation takes


code

public java.lang.String code
The binary code of the indexed operation


m6809

public java.lang.String m6809
The mnemonic postfix

Constructor Detail

Indexed6809

public Indexed6809()