vm: implement NEWBUFFER opcode
This commit is contained in:
parent
a3a3a77431
commit
a5f6e0e53d
4 changed files with 78 additions and 61 deletions
|
@ -146,10 +146,11 @@ const (
|
|||
STARG Opcode = 0x87
|
||||
|
||||
// Splice
|
||||
CAT Opcode = 0x8B
|
||||
SUBSTR Opcode = 0x8C
|
||||
LEFT Opcode = 0x8D
|
||||
RIGHT Opcode = 0x8E
|
||||
NEWBUFFER Opcode = 0x88
|
||||
CAT Opcode = 0x8B
|
||||
SUBSTR Opcode = 0x8C
|
||||
LEFT Opcode = 0x8D
|
||||
RIGHT Opcode = 0x8E
|
||||
|
||||
// Bitwise logic
|
||||
INVERT Opcode = 0x90
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue