mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-02-05 14:28:24 +00:00
This allows easier reuse of opcodes and in some cases allows to eliminate dependencies on the whole vm package, like in compiler that only needs opcodes and doesn't care about VM for any other purpose. And yes, they're opcodes because an instruction is a whole thing with operands, that's what context.Next() returns. |
||
---|---|---|
.. | ||
opcode.go | ||
opcode_string.go | ||
opcode_test.go |