Related articles |
---|
Java bytecode generation crichardcarter@hotmail.com (Richard Carter) (2000-06-22) |
Re: Java bytecode generation d97roli@dtek.chalmers.se (2000-06-27) |
Re: Java bytecode generation ddavis2@d3dinc.com (Don Davis) (2000-06-27) |
Re: Java bytecode generation james.ramirez@breathemail.net (james.ramirez) (2000-06-27) |
Re: Java bytecode generation plakal@cs.wisc.edu (2000-06-27) |
Re: Java bytecode generation s337240@student.uq.edu.au (Trent Waddington) (2000-06-27) |
Re: Java bytecode generation andi@complang.tuwien.ac.at (2000-06-30) |
Re: Java bytecode generation tbecker@pironet.com (Tim Becker) (2000-06-30) |
Re: Java bytecode generation joerg.brunsmann@FernUni-Hagen.de (Joerg Brunsmann) (2000-06-30) |
From: | "james.ramirez" <james.ramirez@breathemail.net> |
Newsgroups: | comp.compilers |
Date: | 27 Jun 2000 00:54:50 -0400 |
Organization: | Compilers Central |
References: | 00-06-086 |
Keywords: | Java |
Richard Carter wrote in message 00-06-086...
>I am a reasonably experienced Java programmer, and I am interested in
>the way that the Java bytecode is generated.
You may wish to have a look at "Java Virtual Machine" (J Meyer & T Downing,
O'Reilly & Associates, ISBN 1-56592-194-1). It discusses, obviously, the JVM
and comes with a bytecode assembler called "Jasmin". Jasmin makes use of a
public package called JAS written by K B Sriram which is still available
AFAIK from http://www.blackdown.org/~kbs/jas.html
James Ramirez
Return to the
comp.compilers page.
Search the
comp.compilers archives again.