List of Java bytecode instructions: Difference between revisions

Content deleted Content added
No edit summary
It is more clear to the reader if the bitwise operations are labelled OR, AND, and XOR.
Line 682:
|
|value1, value2 → result
|perform a bitwise andAND on two integers
|-
|iastore
Line 976:
|
|value1, value2 → result
|bitwise int orOR
|-
|irem
Line 1,116:
|
|value1, value2 → result
|[[bitwise]] andAND of two longs
|-
|lastore
Line 1,235:
|
|value1, value2 → result
|bitwise orOR of two longs
|-
|lrem
Line 1,319:
|
|value1, value2 → result
|bitwise exclusive orXOR of two longs
|-
|monitorenter