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

riscv-hello-asm

43
Stars
7
Forks
Watchers

Bare metal RISC-V assembly hello world

skeleton-sdcc-msx

21
Stars
5
Forks
Watchers

Skeleton C (sdcc) project for MSX binaries

nasm_linux_x86_64_pure_sharedlib

26
Stars
6
Forks
Watchers

NASM Linux x86_64 pure (no deps) shared library (.so), POC for Reflective ELF SO injection

RSCG_Examples

53
Stars
2
Forks
Watchers

Roslyn Source Code Generators with Examples

basm-rs

89
Stars
9
Forks
Watchers

Rust 코드를 컴파일한 후 실행 파일을 온라인 채점 환경에 제출할 수 있도록 변환합니다.

x86

56
Stars
8
Forks
Watchers

Pretty x86 instruction reference site generator

minos

18
Stars
7
Forks
Watchers

A minimal bare bones operating system based on a monolithic kernel design written purely in Assembly language

zx-spec

43
Stars
1
Forks
Watchers

A unit testing framework for Sinclair ZX Spectrum assembly

seq.asm

40
Stars
2
Forks
Watchers

Minimal implementation of UNIX seq command in x86_64 assembly.

TravorOS

28
Stars
3
Forks
Watchers

A simple OS running on Intel x86 architecture | No longer updating