The best C-like language that can be implemented in 10kLOC.
- Updated
Dec 16, 2025 - Assembly
The best C-like language that can be implemented in 10kLOC.
A complete neural network built entirely in x86 assembly language that learns to recognize handwritten digits from the MNIST dataset. No frameworks, no high-level languages - just pure assembly - ~5.3× faster than NumPy
Repository for the code snippets from the AllThingsIDA video channel
Build a Computer From Scratch using Low-level Language
RISC-V assembly program for my computer architecture university course which simulates a double linked-list & implements main functions.
FOS-OS is an educational operating system built for the Operating Systems course at Ain Shams University. It’s a refactored and extended version of MIT’s JOS (6.828) lab, designed to help students understand core OS concepts like memory management, CPU scheduling, and system calls through hands-on implementation.
🚀 A collection of Assembly language lab codes and exercises 🖥️. Covers fundamental concepts, low-level programming, and practical implementations from university labs. Perfect for practicing Assembly basics, understanding hardware-level logic, and sharpening problem-solving skills.
A Brainfuck interpreter entirely written in x86_64 Assembly
95.57 - Organización del Computador - FIUBA
It is a project I made after I learned MASM and I wanted it to be around malware development so here we are.
"The Elements of Computing Systems: Building a Modern Computer from First Principles" by Noam Nisan and Shimon Schocken
LowLevel: Assembler is not a black box. It's all about the approach to learning
A CLI-based amusement park simulation built using MASM Assembly and Irvine32 library. Interactive, nostalgic, and educational!
Webserver in x86_64 Assembly (Network Programming)
Learning Assembly Language
A simple calculator for basic mathematics writen in Assembly
🎨 A student project carried out at ESGI implementing the "Circle Packing" algorithm in x86-64 assembly language (NASM) with the X11 graphics library.
2D mini golf game written with assembly x86
disassembler for 8086/8088 processor
The project was originally conceived to study low-level programming in assembler and C. Code fully commented and simple anyone who tries to understand what is going on in all of this will learn realtively fast.
Add a description, image, and links to the low-level-programming topic page so that developers can more easily learn about it.
To associate your repository with the low-level-programming topic, visit your repo's landing page and select "manage topics."