Content deleted Content added
Added {{Manual}} and {{No footnotes}} tags (TW) |
Mention deprecation of jsr, jsr_w, and ret instructions |
||
Line 1,068:
|int xor
|-
|jsr{{ref |Deprecated|†}}
|data-sort-value=168|a8
|1010 1000
Line 1,075:
|jump to subroutine at ''branchoffset'' (signed short constructed from unsigned bytes {{mono|branchbyte1 << 8 {{pipe}} branchbyte2}}) and place the return address on the stack
|-
|jsr_w{{ref |Deprecated|†}}
|data-sort-value=201|c9
|1100 1001
Line 1,397:
|set static field to ''value'' in a class, where the field is identified by a field reference ''index'' in constant pool ({{mono|indexbyte1 << 8 {{pipe}} indexbyte2}})
|-
|ret{{ref |Deprecated|†}}
|data-sort-value=169|a9
|1010 1001
Line 1,461:
|-
|}
{{Refbegin}}
{{note label|Deprecated|†||Deprecated in Java 7 (major class version 51)<ref>https://docs.oracle.com/javase/specs/jvms/se8/html/jvms-4.html#jvms-4.9.1</ref>. <code>ret</code> is not explicitly deprecated, but useless the <code>jsr</code> opcodes.}}
{{Refend}}
== See also ==
|