avrora.core
Class Disassembler.InvalidInstruction

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byavrora.core.Disassembler.InvalidInstruction
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Disassembler

public class Disassembler.InvalidInstruction
extends java.lang.Exception

The InvalidInstruction class represents an exception generated by the disassembler when it is given a machine code instruction that does not correspond to a well-formed instruction.

See Also:
Serialized Form

Field Summary
 int pc
           
 int word1
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

pc

public final int pc

word1

public final int word1