Skip to content

NeilBostian/x86-Quine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

x86:64 Assembly Language Quine

This is a quine written in x86:64 assembly language for linux. Check out this code golf link for other cool assembly language quines.

To build, you need:

  • binutils
  • nasm
  • python (python 2 or 3, this is optional and only required if you want to "minify" quine.s)

About this project

  • This project doesn't link with any libraries
  • Writing to stdout occurs via interrupt 0x80, syscall 4. See here.
  • This code does nothing to preserve registers or the stack, it was only made to be "good enough"

About

Quine written in x86/64 Assembly Language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published