1
0
Fork 0
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:
Ilyar 2023-04-19 19:09:15 +02:00 committed by GitHub
parent fd4c512de5
commit 8d919a5db9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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