Java(tm) Bytecode Assembler

This program is copyright Jason Hunt and Washington University, 1996.

This program has been tested only on SunOS 5.4.

Type make to create the executable, javaa.

Input is on standard input only.  So to assemble the Hello World test
application, type:

javaa < HelloWorldApp.jasm

Which will create HelloWorldApp.class, which can be run using JDK.

The documentation (in HTML format) is included.  Begin with index.html

Bugs and comments should be directed to Jason Hunt, djh4@cs.wustl.edu


* Java is a trademark of Sun Microsystems.

