Assembly topic

Assembly is a low-level programming language in which there is a very strict correspondence between language instructions and architecture machine code instructions.

List Assembly repositories

KnightOS

1.3k
Stars
185
Forks
Watchers

OS for z80 calculators

SGDK

1.7k
Stars
180
Forks
Watchers

SGDK - A free and open development kit for the Sega Mega Drive

tilck

2.3k
Stars
99
Forks
Watchers

A Tiny Linux-Compatible Kernel

ugo-compiler-book

1.5k
Stars
127
Forks
Watchers

:books: µGo语言实现(从头开发一个迷你Go语言编译器)

Commodore64Programming

276
Stars
42
Forks
Watchers

The source from my Commodore 64 assembly programming tutorial for Windows

supermon64

131
Stars
26
Forks
Watchers

Original sources and binaries for Supermon+64 V1.2 by Jim Butterfield

OS

630
Stars
99
Forks
Watchers

Writing & Making Operating System and Kernel parts so simple like Hello World Programs, Starting from writing Bootloaders, Hello World Kernel, GDT, IDT, Terminal, Keyboard/Mouse, Memory Manager, HDD A...

game-reversing

901
Stars
77
Forks
Watchers

Beginner learning materials on how to reverse engineer video games

lc3-vm

1.2k
Stars
162
Forks
Watchers

Write your own virtual machine for the LC-3 computer!

minijit

211
Stars
13
Forks
Watchers

A basic x86-64 JIT compiler written from scratch in stock Python