mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Add TVM instructions for working with nonzero-level cells (#880)
Co-authored-by: SpyCheese <mikle98@yandex.ru>
This commit is contained in:
parent
64b04e46d7
commit
51d30e2f2b
6 changed files with 156 additions and 1 deletions
|
@ -813,6 +813,12 @@ x{D761} @Defop LDONES
|
|||
x{D762} @Defop LDSAME
|
||||
x{D764} @Defop SDEPTH
|
||||
x{D765} @Defop CDEPTH
|
||||
x{D766} @Defop CLEVEL
|
||||
x{D767} @Defop CLEVELMASK
|
||||
{ <b x{D76A_} s, swap 2 u, @addopb } : CHASHI
|
||||
{ <b x{D76E_} s, swap 2 u, @addopb } : CDEPTHI
|
||||
x{D770} @Defop CHASHIX
|
||||
x{D771} @Defop CDEPTHIX
|
||||
//
|
||||
// continuation / flow control primitives
|
||||
x{D8} dup @Defop EXECUTE @Defop CALLX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue