List of Java bytecode instructions: Difference between revisions

Content deleted Content added
mNo edit summary
34638a (talk | contribs)
m Added "Note" to assist in clarification of information presented in reference/ lookup table of Opcodes.
Line 2:
 
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 32bit int as per the Java instruction set.''
 
{| class="wikitable sortable"