![]() | Fun 0.41.5 The programming language that makes You have fun |

Files | |
| band.c | |
| Implements the OP_BAND opcode bitwise AND (uint32). | |
| bnot.c | |
| Implements the OP_BNOT opcode bitwise NOT (uint32). | |
| bor.c | |
| Implements the OP_BOR opcode bitwise OR (uint32). | |
| bxor.c | |
| Implements the OP_BXOR opcode bitwise XOR (uint32). | |
| rol.c | |
| Implements the OP_ROTL opcode rotate-left (uint32). | |
| ror.c | |
| Implements the OP_ROTR opcode rotate-right (uint32). | |
| shl.c | |
| Implements the OP_SHL opcode logical left shift (uint32). | |
| shr.c | |
| Implements the OP_SHR opcode logical right shift (uint32). | |