🛠️ Assembly Projects & GitHub Repos

3 Cool Assembly Projects

1. Simple Bootloader

Bootloader Image

Create a tiny program that loads first when a PC boots. This project teaches you how the BIOS loads code, working with interrupts, and low-level hardware stuff.

2. 8-bit Game Engine

8-bit Game

Build a basic game engine with graphics and input control using assembly. Great to get hands-on with graphics memory, keyboard I/O, and timing loops.

3. Text-mode Shell

Terminal Image

Program a command-line shell from scratch that parses commands and runs programs — all in assembly. This project improves your understanding of syscalls, memory, and string handling.

5 GitHub Repos to Explore

assemblytutorials
This project was put together to teach NASM x86 assembly language on linux.
8086-Assembly-Projects
A list of 8,086 assembly projects solutions
Assembly-Projects
Random programs made with the x86 Assembler for Microsoft Visual Studio
digital-clock-in-assembly
Digital Clock developed in assembly language.
nand2tetris
Problem sets completed from HUJI's offering of From NAND to TETRIS