nasm-assembly
There are 244 repositories under nasm-assembly topic.
Brick-Breaker-Game-Assembly-Language
This game is based on Assembly 8086 architecture, which uses both software and hardware interrupts where functionality like Lifeline, Powers, Timer etc are handled by Multi-Tasking.
Bit-Manipulation-and-Subroutines-8086_Assembly
🖥️ Interesting solved problems demonstrating the concepts of Bit Manipulation and Subroutines (Functions) in 8086 Assembly Language.
ukernel
:balloon: My first attempt at writing a kernel
shellcoder
Shellcoder.py - simple script to automate shellcoding process and shellcode testing.
brainc
Brainfuck x86_64 execution toolset written in pure C for Linux
assembly-x86-tutorials
Assembly x86 tutorials
assembly-virus
Harmless x86 directory-crawling computer virus written in NASM assembly
Shellcoding_LearningRepo
You should look through my Assembly LearningRepo first before learning Shellcoding.
windows64bit-shellcode
Windows x86_64bit shellcode written in Nasm
bonch-labs
My labs from Bonch (SPbSUT)
nasm-lsp
A simple implementation of the Language Server Protocol for NASM
asm_minilibc
Mini glibc written in Assembly x86-64
erplag-compiler
a toy compiler for a C-like language, i.e. ERPLAG, that includes various modules of processing HLL and generating an equivalent NASM code.
OS_32Bit
32 Bit Operation System
WordleX86
Wordle clone em assembly x86 (pelo puro for fun)
Assembly-stuff
Projects done during System Architecture - 1st year, 1st semester at BBU (2021)
eOS
A poorly written OS for the x86 arch.
Graphical-Display-Memory-and-Software_Hardware-Interrupts-x86_Assembly
📌 Solved problems to help better understand the important concepts of Display Memory (Video Card Memory), String Manipulation, Software Interrupts and Hardware Interrupts in context of x86 Assembly Language (8086 Assembly)
assembly-matrix-multiplier
Matrix multiplication routine written in assembly.
temperate
Temperature converter program written in 64-bit x86 asm, compiled with NASM
TicTacToe-8086Assembly
A console-based Tic-Tac-Toe game for two players, meticulously crafted in NASM assembly tailored for the 8086 microprocessor.
AssemblyLibrary
Assembly Library || Nasm
AssemblyLibsRealMode
Assembly Code Snippets || Lib || Nasm
VUT-FIT-ISU2022-cvicenia
Cvičení z předmětu Programování na strojové úrovni (ISU), druhý semestr bakalářského studia BIT na FIT VUT/BUT, ak.rok 2021/2022
ghidra-scripts
Export Assembly or C from Ghidra
Zebra
A open source compiled programming language.
Guessing-Game
A guessing game created with NASM.
Orga-C
95.57 - Organización del Computador - FIUBA
x86-64-AssemblyExamples
A repository containing example Assembly programs written for the x86-64 architectures along with the linux kernel
printf
Assembly language printf() implementation
asm-examples
Nasm style x86_64 assembly examples for linux.
libasm
The aim of this project is to get familiar with assembly language.
Assembly-Compiler
Compile & Run assembly with one single command
Keylogger
Simple keylogger for Linux written in assembly
QuickForth
(POC) A forth dialect prototype with its VM.
Compiler-for-NASM
this is basic a compiler written in python to convert easy written human language to assembly that get executed by nasm assembler in (x86-64) Machine