All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Experiment with Mandelbrot Fractal Generator in x86 Assembly

By

gslin

11mo ago· 2 min readenNews

Summary

The article discusses an experiment involving writing a Mandelbrot fractal generator in x86 assembly code, inspired by a tweet. It includes interactions with Claude and attempts to run the code on a Mac using a Dockerfile.

Key quotes

· 2 pulled
I prompted Claude Sonnet 4: Write me an ascii art mandelbrot fractal generator in x86 assembly
So I copied some jargon out of that response and asked: I have some code written for x86-64 assembly using NASM syntax, targeting Linux (using system calls for output). How can I run that on my Mac?
Snippet from the RSS feed
Inspired by a tweet asking if Claude knew x86 assembly, I decided to run a bit of an experiment. I prompted Claude Sonnet 4: Write me an ascii art mandelbrot …

You might also wanna read