Expand description
Complete BSV opcode table.
This covers the full set of opcodes supported in Bitcoin SV, including opcodes that were disabled in BTC but re-enabled in BSV (OP_CAT, OP_SPLIT, OP_MUL, OP_DIV, OP_MOD, OP_LSHIFT, OP_RSHIFT, OP_AND, OP_OR, OP_XOR).
Statics§
- OPCODES
- Map from opcode name to byte value.
Functions§
- opcode_
byte - Look up an opcode byte by name. Returns
Noneif unknown.