nasm-assembler
There are 24 repositories under nasm-assembler topic.
netwide-assembler/nasm
A cross-platform x86 assembler with an Intel-like syntax
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.
BinaryMelodies/nasm-i8080
Intel 8080 mnemonics for NASM
ecnivs/nasm-os
Barebones x86 Operating System
vrstanchevLab/ASMLab
Educational resources for learning NASM, GNU ASM, RISC-V assembly language, and C programming. Includes examples, tutorials, and hands-on exercises for mastering low-level systems programming.
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
VoxDroid/assembly-300-snippets
A comprehensive collection of 300 x86-64 assembly language code snippets (using NASM syntax on Linux).
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
meghavx/cs203-coursework
Programs I wrote as part of the CS-203 (Systems Programming) course curriculum
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
ryanprolosd/Illeshian-Suite
This repository serves as the central hub for the Illeshian Suite.
Ximaz/octal-nasm
Get the octal representation of an unsigned integer from an assembly hand-written procedure