Related articles |
---|
Java bytecode assembler djh4@cec.wustl.edu (D. Jason Hunt) (1996-06-13) |
From: | "D. Jason Hunt" <djh4@cec.wustl.edu> |
Newsgroups: | comp.compilers |
Date: | 13 Jun 1996 20:10:49 -0400 |
Organization: | Compilers Central |
Keywords: | Java, assembler, available |
For those interested, I have written a Java bytecode assembler that
takes a file written in "Java Assembly Language" and returns a class
file. It makes low-level Java bytecode programming simpler by
automatically generating the constant pool, keeping track of attribute
lengths, etc. The assembly language is relatively simple and easy to
understand.
More information and source code for the beta version is available at:
http://cs.wustl.edu/~djh4
Regards,
Jason Hunt
Washington University, St. Louis
djh4@cs.wustl.edu
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.