vm: move ISNULL opcode
Change it according to NEO3-preview2.
This commit is contained in:
parent
aa8d4d2f57
commit
dca257f584
2 changed files with 75 additions and 76 deletions
|
@ -73,8 +73,6 @@ const (
|
|||
SYSCALL Opcode = 0x68
|
||||
TAILCALL Opcode = 0x69
|
||||
|
||||
ISNULL Opcode = 0x70
|
||||
|
||||
// Stack
|
||||
DUPFROMALTSTACK Opcode = 0x6A
|
||||
TOALTSTACK Opcode = 0x6B
|
||||
|
@ -163,6 +161,7 @@ const (
|
|||
CLEARITEMS Opcode = 0xD3
|
||||
|
||||
// Types
|
||||
ISNULL Opcode = 0xD8
|
||||
ISTYPE Opcode = 0xD9
|
||||
|
||||
// Exceptions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue