> For the complete documentation index, see [llms.txt](https://www.bitvm.club/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.bitvm.club/resources/youtube/demo-of-robin-linuss-implementation-of-bitvm.md).

# Demo of Robin Linus's implementation of BitVM

{% embed url="<https://www.youtube.com/watch?v=7sRqzoZorn0>" %}

Robin is almost finished with his cpu simulator for bitvm. Some of its features:

it has a 32 bit processor 17 GB of ram It runs about 4 billion cpu cycles in a few seconds (so it runs at about 1 gigahertz) For Paul and Vicky to set up the cpu, Paul has to share about 4mb of data with Vicky

He is currently adding more ASM instructions to it. It currently supports Add, Subtract, Jump, Branch if Equal, and Branch if Not Equal.

For more info, see here:[ https://github.com/BitVM/BitVM/](< https://github.com/BitVM/BitVM/>)

And talk about it with us in our telegram: <https://t.me/bitvm_chat>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.bitvm.club/resources/youtube/demo-of-robin-linuss-implementation-of-bitvm.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
