Cian Martin Bohan

/menu

Projects

8080

8080 is an emulator for the famous Intel 8080 CPU released in 1974. The project is currently in progress. You can checkout the project here:

8080 - GitHub

Raycaster

I've been interested in making a DOOM clone for quite some time, so I started by writing this simple Raycaster. You can checkout the project here:

Raycaster - GitHub

Calculator

Calculator is a simple calculator I wrote in Intel x86-64 assembly, using NASM for the assembler. You can checkout the project here:

x86 - Calculator - GitHub