Hardware Projects

Below you'll find links to some of my personal hardware projects. Code is provided with instructions to run them. If you are interested in projects I've worked on with teams, you can contact me at [email protected].

Instruction Set

Instruction Set
July 2023

The goal of this project was to gain understanding of how computers translate assembly into binary to be run. I created my own proprietary assembly language written in a basic text file, which is translated by an assembler written in Python, and can be run via the "hardware", or at least a virtual simulation of it written in Python.