org.xwt.mips
Class Compiler

java.lang.Object
  extended byorg.xwt.mips.Compiler

public class Compiler
extends java.lang.Object

reads a fully linked MIPS ELF binary image on stdin; writes a .java file on stdout


Constructor Summary
Compiler()
           
 
Method Summary
static void main(java.lang.String[] s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Compiler

public Compiler()
Method Detail

main

public static void main(java.lang.String[] s)
                 throws java.io.IOException
Throws:
java.io.IOException