mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-05-07 15:07:36 +00:00
vm: implement POPITEM opcode
This commit is contained in:
parent
7d937827e3
commit
324107b31e
5 changed files with 52 additions and 4 deletions
|
@ -212,6 +212,7 @@ const (
|
|||
REVERSEITEMS Opcode = 0xD1
|
||||
REMOVE Opcode = 0xD2
|
||||
CLEARITEMS Opcode = 0xD3
|
||||
POPITEM Opcode = 0xD4
|
||||
|
||||
// Types
|
||||
ISNULL Opcode = 0xD8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue