There are 2 repositories under asmx86 topic.
Opcode calculator / ASM calculator
Yıldız Teknik Üniversitesi Bilgisayar Mühendisliği Bölüme Lisans ve Yüksek Lisansa Dair Genel Bilgiler, Ders Notları, Ders slaytları, Örnek Proje. Burada Staj, Erasmus, Yaz Okulu, KOOP gibi Kavramların Süreçlerini ve Detaylarını bulabilirsiniz.
This is 386|DOS-Extender compatible with "Phar Lap RUN386.EXE" by fully assembly language.
A collection of random crackme solutions created using Ghidra SRE (software Reverse Engineering) tool for purpose of research.
Learn asm programming journey with code and path learn
this is a translator of assembly to C language written in rust, THE PROJECT IS UNDER DEVELOPMENT!!
Misc. programs for old PC DOS machines: Tandy 1000, PCjr, etc.
x64 jit assembler
Rayman Arena decompilation early WIP made possible with Frida, Ghidra, Clang tools, and brains.
Bootsector and MS-DOS games - 512b to 4kb - Runs form a 💾 Floppy
A curated collection of assembly language projects showcasing various techniques and algorithms. This repository is a resource for learning and exploring the fundamentals of low-level programming through practical examples and detailed explanations.
Create a tiny Windows graphical application using pure Assembly. (MASM)
"Kyro" a simple and basic; bare bones operating system focusing on user security and protection(kind of like tails OS), WARNING: This isn't complete yet so it might not work. Inspiration from OSMora's hyra OS.
This project contains a series of 2 practical Assembly language exercises developed at PUC-Campinas for the Computer Systems Organization course. It demonstrates fundamental concepts of low-level programming, including console I/O, loops, input validation, and basic arithmetic operations.
📺 x86 ASM Virtual Machine on Deno
Mini glibc written in Assembly x86-64
mov rdx, OFFSET "Hello, World"; call MessageBoxA
a 16 bit os that is a horrific fusion of dos and unix
cupid-os a minimal operating system
Explore our open-source operating system, developed from scratch to offer a minimalistic yet functional experience. Perfect for educational and exploratory purposes, this project is ideal for learning and experimentation.
This project contains a series of 6 practical Assembly language exercises developed at PUC-Campinas for the Computer Systems Organization course. It demonstrates fundamental concepts of low-level programming, including console I/O, loops, input validation, and basic arithmetic operations.
Lightweight Unix-like kernel writen in C and ASM. It follows the KFS series of the 42 school.