J2ME & ASSEMBLY LANGUAGE

hi,
i am new to j2me and has recently join a gaming company. can anyone please tell me if i can use assembly language in j2me game programing & how can it help me?

No you can’t.

shmoove

You can however use the Java equivalent - Java byte-code.

There are various assemblers/disassemblers, and APIs for automating the byte-code generation.

Have a google for BCEL, jasmin and the ASM framework.