nasm-assembler
There are 18 repositories under nasm-assembler topic.
pritamzope/xlang
Compiler for xlang, A C like high level programming language that emits Intel x86 assembly
7h3w4lk3r/x86-nasm
simple x86 NASM programs
JaoCR/asm-examples
Nasm style x86_64 assembly examples for linux.
Ximaz/nasm-stdlib
This repository is for learning purposes only ! It's just a project that aims to make me discover the assembly language's world by doing my own stdlib.
KonH/AssemblySamples
Some sample x64 MacOS assembler code is written in NASM assembly format
mariateodorapopescu/NASMx86-cryptography
My project from the first-year course of Intorduction to Computer Organization and ASM
neo-fetch/nasm-codes
fun nasm coding
seigtm/word-game
The "Word Game" implemented in x86_64 NASM, utilizing external functions from the C library.
Tomiwa-Ot/NASM-Compiler-Loader
A shell script that compiles NASM and passes it through the loader
vrstanchevLab/ASMLab
C/C++ and NASM x86 compatable assembly language educational materials
AnshVaid4/AssemblyLang
Repository for those who want to start with assembly language and malware analysis
emptybutton/Computer-architecture
Code written while learning computer architecture
ibeauregard/asm-library
A library of 11 C functions implemented with the NASM assembler for Linux x86-64 systems
IrtaMan/C-NASM_multimod
Working with a text using C and NASM Assembly
Ximaz/intel_x8086_clock
This repository holds an Intel x8086 assembly code destinated to get assembled by NASM, but can be modified for any other assemblers. It's meant to be executed on DOSBox
zohaibanwer984/Enigma-Machine-8086Assembly
Experience the historical Enigma machine in action with this meticulously crafted console-based simulator written in x86 Assembly, tailored for the 8086 microprocessor.
BitterOcean/BootLoader
Writing an x86 "Hello world" bootloader with assembly