Re: Novice to BCEL

Mohan <[email protected]> Tue, 30 May 2006 07:10:41 +0000 (UTC)
Newsgroups gmane.comp.jakarta.bcel.user
Message-ID <[email protected]>
Erik Bengtson <erik <at> jpox.org> writes:

> 
> I dont know of any books, but the BCEL API maps very nicelly to JVM
> instructions, so after undertanding how JVM instructions works I was able to
> use BCEL. The first link is very handy:
> http://mrl.nyu.edu/~meyer/jvmref/
> http://java.sun.com/docs/books/vmspec/2nd-edition/html/VMSpecTOC.doc.html
> http://java.sun.com/docs/books/jls/third_edition/html/j3TOC.html
> 

Hi Erik,

Thanx for the links, As said the first one is a very useful in understanding the
opcodes better than the one described in the Sun's VM Spec.

Mohan