Skip to content

ichux/debian-nasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Docker container for writing NASM x86 Assembly and C programs.

How to use

  1. Locate and download the accompanying files by clicking on the Download ZIP section
  2. Extract the .zip, rename it and cd into that directory through your terminal
  3. Run make bash and this will create a container you can work with
  4. Create a file welcome.asm
  5. Run nasm -felf64 welcome.asm -o welcome.o && ld -o welcome.out welcome.o
  6. Run chmod +x welcome.out && ./welcome.out
  7. You should see your desired output printed on your terminal
  8. OR, download the files here and follow the README.md

About

Debian nasm compiler for x86 Assembly and C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published