This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Development of a j2me compiler
- From: "Felipe Monteiro de Carvalho" <felipemonteiro dot carvalho at gmail dot com>
- To: java at gcc dot gnu dot org
- Date: Wed, 11 Oct 2006 18:29:20 -0300
- Subject: Re: Development of a j2me compiler
- References: <c1b28eb90610111315j6530c75bo913c61eb679a9d46@mail.gmail.com>
Hello,
I am doing initial research about porting the Free Pascal Compiler (
www.freepascal.org ) to produce Java bytecode. This compiler is GPL
licensed. I was told I can find information about low-level java
things here, and I appreciate any tips you guys could give to me, or
directions to which docs I should read and other places to find
information.
First, what do you use to convert java assembler code into byte code?
I found Jasmin project out there, but I think it only works for j2se,
and I am specially interrested on targeting the mobile platform.
Also, what are the differences between j2me and j2se about their
bytecode and class file structure? Are the opcodes of their assembler
the same? Is it much different one from the other?
Can gcj generate j2me code?
thanks in advance,
--
Felipe Monteiro de Carvalho