You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/develop/ethereum-to-ton/tvm-vs-evm.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Ethereum Virtual Machine (EVM) and TON Virtual Machine (TVM) are both stack-base
35
35
36
36
### TON Virtual Machine (TVM)
37
37
38
-
- TVM also functions as a stack-based machine but with a key distinction: it supports both 64-bit integers and references to cells.
38
+
- TVM also functions as a stack-based machine but with a key distinction: it supports both 257-bit integers and references to cells.
39
39
- This allows TVM to push and pop these two distinct types of data onto/from the stack, providing enhanced flexibility in direct data manipulation.
40
40
41
41
## Arithmetic operations
@@ -76,7 +76,7 @@ Ethereum Virtual Machine (EVM) and TON Virtual Machine (TVM) are both stack-base
76
76
77
77
### TON Virtual Machine (TVM)
78
78
79
-
- TVM uses FunC as a high-level language designed for writing TON smart contracts. It is a functional language with static types and support for algebraic data types. FunC compiles to Fift, which in turn compiles to TVM bytecode.
79
+
- TVM uses FunC as a high-level language designed for writing TON smart contracts. It is a procedural language with static types and support for algebraic data types. FunC compiles to Fift, which in turn compiles to TVM bytecode.
0 commit comments