A few weeks ago I started working on XVM - a custom virtual machine built entirely from scratch in Rust. Not an emulator of any real processor (not x86, not ARM) - a completely custom architecture I designed myself, in the same spirit as educational VMs like CHIP-8. It has its own CPU with 8 re...

Source: [Dev.to](https://dev.to/xelvoridze/built-a-custom-virtual-machine-from-scratch-in-rust-nc2)

Sponsored