Tobias Stolzmann

Results 4 issues of Tobias Stolzmann

I wrote some documentation for the modules. Use `cargo doc` to inspect the results. Disclaimer: - We need to merge #16 before this. - This pull request is currently work...

The user should be able to interact with the virtual machine. How should we do that? What should they be able to see? Which types should implement Display?

machine::state::types is the only module which is fully implemented. We need tests. A very basic example tests already exists in pull request #4.

We MMIX works with binaries that store the data and text section. We have to think how these binaries should look like and how we load them. Question 1: Should...