vm: implement CLEARITEMS opcode
This commit is contained in:
parent
9fd04aefa5
commit
48a41bd737
4 changed files with 65 additions and 4 deletions
|
@ -160,7 +160,7 @@ const (
|
|||
SETITEM Opcode = 0xD0
|
||||
REVERSEITEMS Opcode = 0xD1
|
||||
REMOVE Opcode = 0xD2
|
||||
// CLEARITEMS Opcode = 0xD3
|
||||
CLEARITEMS Opcode = 0xD3
|
||||
|
||||
// Exceptions
|
||||
THROW Opcode = 0xF0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue