Question

Where can I find a list of the dalvik opcodes with the corresponding allowed operands and their sizes (8-bit/16-bit/32-bit/62-bit)

Was it helpful?

Solution

This gives all the details of each opcode present in the dalvik vm and this gives all the instruction formats used in the table in link 1

OTHER TIPS

There's a much better list here:

http://pallergabor.uw.hu/androidblog/dalvik_opcodes.html

It shows all the opcodes, the operands, and the semantics of each opcode, in more detail than is found in the official docs.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top