@slicesplit
Building low-level systems, emulators, and exploring the depths of hardware through code.
Hey! I'm Evan Marshall, but you might know me as slicesplit online. I'm passionate about Rust and systems programming.
I love diving deep into how computers work at the lowest levels—building emulators, understanding CPU architectures, and recreating classic systems in modern, memory-safe Rust. There's something magical about breathing life into vintage hardware through code.
A CHIP-8 interpreter/emulator written in Rust. Experience retro gaming with this faithful recreation of the classic virtual machine.
/chip8 →A cycle-accurate Intel 8080 CPU emulator. Dive into the architecture that powered early personal computers.
/intel8080 →The classic 1978 arcade game, fully emulated using the Intel 8080 core. Play the game that defined a generation.
/spaceinvaders →Rust is my language of choice for building reliable, efficient systems. Memory safety without garbage collection, zero-cost abstractions, and fearless concurrency make it perfect for emulator development.