Displaying 1 result from an estimated 1 matches for "tblkch".
Did you mean:
bloch
2019 Oct 23
2
RFC: On non 8-bit bytes and the target for it
...to upstream our backend
solution.
The backend generates code for TON virtual machine designed to run smart
contracts in TON blockchain (see the original specifications for TVM and
TON respectively at <https://test.ton.org/tvm.pdf>
https://test.ton.org/tvm.pdf and at <https://test.ton.org/tblkch.pdf>
https://test.ton.org/tblkch.pdf).
The target has the following key particularities:
- stack-based virtual machine
- 257-bit wide integers, signed magnitude representation
- no float point arithmetic support
- persistent storage
- no "native" memory; modeling is po...