Skip to content

x86 assembly code that approximates the area of the Mandelbrot set

Notifications You must be signed in to change notification settings

SullyChen/Mandelbrot-Area-x86-Assembly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Mandelbrot-Area-x86-Assembly

This repository contains x86 assembly code which approximates the area of the Mandelbrot set.

Requirements

This code requires nasm and gcc to assemble and compile, respectively.

How to Run

To assemble, run the following command:

nasm -f elf32 mandelbrot.asm -o mandelbrot.o;

To compile, run the following command:

gcc -m32 mandelbrot.o -o mandelbrot

About

x86 assembly code that approximates the area of the Mandelbrot set

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published