| Opcodes in category: IntOperations |
|---|
| Opcodes 0 to 7 of 7 |
|---|
| 0B10 | bitwise_and 0@ and 0xFF store_to 0@ |  |
| 0B11 | bitwise_or 0@ or 0x80 store_to 0@ |  |
| 0B12 | bitwise_xor 1@ xor 1 store_to 0@ |  |
| 0B13 | bitwise_not 0@ store_to 0@ |  |
| 0B14 | modulo 0@ mod 5 store_to 0@ |  |
| 0B15 | bitwise_shr 0@ shr 8 store_to 0@ |  |
| 0B16 | bitwise_shl 0@ shl 8 store_to 0@ |  |