List of Java bytecode instructions: Difference between revisions

Content deleted Content added
34638a (talk | contribs)
m Added "Note" to assist in clarification of information presented in reference/ lookup table of Opcodes.
mNo edit summary
Line 3:
This is a list of the instructions that make up the [[Java bytecode]], an abstract machine language that is ultimately executed by the [[Java virtual machine]]. The Java bytecode is generated from languages running on the [[Java Platform]], most notably the [[Java (programming language)|Java programming language]].
 
''Note that any referenced "value" refers to a 32bit32-bit int as per the Java instruction set.''
 
{| class="wikitable sortable"
Line 1,459:
 
== See also ==
 
*[[Java bytecode]], a general description of Java bytecode within the context of the [[JVM]]
*[[Jazelle]] DBX (Direct Bytecode eXecution), a feature that executes some Java bytecodes in hardware, on some [[ARM9]] CPUs