Skip to content

silverhadch/nasm-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

NASM Projects

Small Linux assembly programs written in NASM syntax,
because the other syntaxes are crimes against clarity.

Build & Run

nasm -f elf32 hello_world.asm -o hello_world.o
ld -m elf_i386 hello_world.o -o hello_world
./hello_world

Requirements

  • NASM
  • ld (GNU linker)
  • Linux (32-bit or 64-bit with multilib)

Syscall Table

Full list of Linux syscall numbers (for all architectures): syscalls.md


Clean syntax. Real control.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors