mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Fix STSLICECONST, bump Asm.fif version to 0.4.4 (#700)
This commit is contained in:
parent
583178ccb1
commit
dad980ed09
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ library TVM_Asm
|
|||
// simple TVM Assembler
|
||||
namespace Asm
|
||||
Asm definitions
|
||||
"0.4.3" constant asm-fif-version
|
||||
"0.4.4" constant asm-fif-version
|
||||
|
||||
variable @atend
|
||||
variable @was-split
|
||||
|
@ -578,7 +578,7 @@ x{CF3F} @Defop BCHKBITREFSQ
|
|||
x{CF40} @Defop STZEROES
|
||||
x{CF41} @Defop STONES
|
||||
x{CF42} @Defop STSAME
|
||||
{ tuck sbitrefs swap 15 + swap @havebitrefs not
|
||||
{ tuck sbitrefs swap 22 + swap @havebitrefs not
|
||||
{ swap PUSHSLICE STSLICER }
|
||||
{ over sbitrefs 2dup 57 3 2x<=
|
||||
{ rot x{CFC_} s, swap 2 u, over 6 + 3 >> tuck 3 u, 3 roll s,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue