I could not even assemble the very first generated mandelbrot assembly code:
Code:
nasm -felf64 mandel.asm
mandel.asm:13: error: comma expected after operand, got `*'
mandel.asm:14: error: comma expected after operand, got `*'
mandel.asm:15: error: comma expected after operand, got `*'
mandel.asm:16: error: comma expected after operand, got `*'
But yes, it is rapidly improving.