neo-go/pkg/vm/opcode
Roman Khimov 8d4dd2d2e1 vm: move opcodes into their own package
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.
2019-12-03 18:22:14 +03:00
..
opcode.go vm: move opcodes into their own package 2019-12-03 18:22:14 +03:00
opcode_string.go vm: move opcodes into their own package 2019-12-03 18:22:14 +03:00
opcode_test.go vm: move opcodes into their own package 2019-12-03 18:22:14 +03:00