vm: implement ISNULL opcode
This commit is contained in:
parent
3db030bbb6
commit
f7f48d0048
3 changed files with 22 additions and 0 deletions
|
@ -119,6 +119,8 @@ const (
|
|||
SYSCALL Opcode = 0x68
|
||||
TAILCALL Opcode = 0x69
|
||||
|
||||
ISNULL Opcode = 0x70
|
||||
|
||||
// Stack
|
||||
DUPFROMALTSTACK Opcode = 0x6A
|
||||
TOALTSTACK Opcode = 0x6B
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue