squancy / asms

Some cool NASM assembly programs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asms

All the programs are written in pure NASM 64-bit assembly and assembled under Linux.
The list may be updated in the future.

Usage

On a 64-bit Linux machine:
nasm -f elf64 -o [fname].o [fname].asm
ld -o [fname] [fname].o
./[fname]

Contribution

You can drop me with an email at mark@pearscom.com

About

Some cool NASM assembly programs.


Languages

Language:Assembly 100.0%