Skip to content

The Donut from donut.c but written in x86_64 assembly

Notifications You must be signed in to change notification settings

InvestedBrick/donut.asm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The infamous donut.c ... but in assembly

I have tried my best to recreate to original donut.c in x86_64 assembly

Prerequisites

  • You need to be on a 64-bit Linux distribution
  • You need to have nasm installed
    • run sudo apt install nasm on Ubuntu to install nasm

Building

  • Run the build.sh bash file to build the assembly code
  • Then just run ./donut and enjoy the animation

About

The Donut from donut.c but written in x86_64 assembly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors