Skip to content

AllanVikiru/NASM

Repository files navigation

Asembly Language Programming in NASM

Language: ASM x86 ; IDE: VS Code

To setup, setup a Linux Ubuntu environment and run 'sudo apt install nasm'
To run a program, run these commands, replacing 'file' with the name of the .asm file:
$ nasm -f elf64 -o file.o file.asm
$ ld file.o -o file
$./file

About

Labs for Assembly Language Programming

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published