vm: implement MEMCPY opcode
MEMCPY copies byte-slice to a destination buffer.
This commit is contained in:
parent
a5f6e0e53d
commit
98c508d361
4 changed files with 96 additions and 57 deletions
|
@ -147,6 +147,7 @@ const (
|
|||
|
||||
// Splice
|
||||
NEWBUFFER Opcode = 0x88
|
||||
MEMCPY Opcode = 0x89
|
||||
CAT Opcode = 0x8B
|
||||
SUBSTR Opcode = 0x8C
|
||||
LEFT Opcode = 0x8D
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue