Get the latest tech news
Mandelbrot in x86 Assembly by Claude
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 …
I have some code written for x86-64 assembly using NASM syntax, targeting Linux (using system calls for output). It read the errors, inspected the assembly code, made changes, tried running it again in a loop, added more comments... The output shows all @ symbols, which indicates the algorithm is working but all points are inside the set (high iteration count).
Or read this on Hacker News