Explore >> Select a destination


You are here

ptomato.wordpress.com
| | austinmorlan.com
14.7 parsecs away

Travel
| | Ive always loved emulators because they let me play old games that I enjoyed as a kid, so I thought it might be fun to learn how they work and how to build one. My real goal is to build an NES emulator, but after doing some research, I decided to take the advice of the internet and start by building an emulator for the much less complex CHIP-8 instead. Its a good stepping stone to the NES.
| | www.andreinc.net
5.8 parsecs away

Travel
| | Writing a simple VM for LC3 in less than 125 lines of C
| | www.rodrigoaraujo.me
11.9 parsecs away

Travel
| | Virtual Machines (VMs) are a magical thing: a computer being emulated inside a physical computer. Since this emulated computer isn't physical, we call it "virtual". Such a simple description for something so powerful. From a practical perspective, VMs allow users to safely run programs in an isolated environment: the emulated machine. Why build a Virtual Machine from scratch So, why build one when there are already so many great VMs out there?
| | k33g.hashnode.dev
66.6 parsecs away

Travel
| WASI, Communication between Node.js and WASM modules, another way, with STDIN and STDOUT