mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
add missing VM opcode definition (#670)
This commit is contained in:
parent
fd4c512de5
commit
8d919a5db9
1 changed files with 5 additions and 0 deletions
|
@ -1194,6 +1194,11 @@ x{FA01} @Defop LDVARINT16
|
|||
x{FA02} dup @Defop STGRAMS @Defop STVARUINT16
|
||||
x{FA03} @Defop STVARINT16
|
||||
|
||||
x{FA04} @Defop LDVARUINT32 // (s -- x s')
|
||||
x{FA05} @Defop LDVARINT32 // (s -- x s')
|
||||
x{FA06} @Defop STVARUINT32 // (b x -- b')
|
||||
x{FA07} @Defop STVARINT32 // (b x -- b')
|
||||
|
||||
x{FA40} @Defop LDMSGADDR
|
||||
x{FA41} @Defop LDMSGADDRQ
|
||||
x{FA42} @Defop PARSEMSGADDR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue