neo-go/pkg/vm
Evgenii Stratonikov 3e84f2bdf8 compiler: rewrite jump targets properly
Old implementation could view 0x62 byte in
a script as a JMP instruction irregardless of whether it is
a real opcode or a part of a parameter of another instruction.
In this commit instructions are decoded together with parameters
during jump label rewriting.
2020-02-12 10:58:53 +03:00
..
cli
emit
opcode
testdata
context.go compiler: rewrite jump targets properly 2020-02-12 10:58:53 +03:00
contract_checks.go
contract_checks_test.go
interop.go
interop_iterators.go
json_test.go
output.go
serialization.go
stack.go
stack_item.go
stack_test.go
state.go
state_test.go
vm.go
vm_test.go