Mandelbrot zoomer in assembler!
As an exercise in Windows assembler programming I developed a very fast Mandelbrot zoomer the other day.
The project was started to see if I could write a fast Mandelbrot zoomer from scratch in assembler in one evening utilizing the FPU (Float Point Unit) for the math part. I almost succeeded, and the few bugs that I couldn’t find the first day, was found the following morning.
Download the latest version and read more about the development here
