mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-05-07 15:07:36 +00:00
vm: implement POW opcode
This commit is contained in:
parent
347212c0c5
commit
6496782736
5 changed files with 61 additions and 38 deletions
|
@ -177,6 +177,7 @@ const (
|
|||
MUL Opcode = 0xA0
|
||||
DIV Opcode = 0xA1
|
||||
MOD Opcode = 0xA2
|
||||
POW Opcode = 0xA3
|
||||
SHL Opcode = 0xA8
|
||||
SHR Opcode = 0xA9
|
||||
NOT Opcode = 0xAA
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue