Date : Sun, 18 Apr 2010 18:38:13 +0100
From : tom@... (Tom Seddon)
Subject: BBC mandelbrot generator (preview)
JGH:
> Tom Seddon wrote:
>> A straightforward implementation in BBC BASIC will leave you waiting
>> until
>> hell freezes over for the initial image, but a straightforward
>> implementation in assembly language -- that takes only the tiniest of
>
> I'm sure I saw an assembly Mandelbrot generator published sometime
> in the '80s, and there's the 8BS Mandelbrot/Julie generator at
> http://mdfs.net/Apps/Graphics
Thanks for the link. I'd never seen that one before. It's... much faster
than I was expecting :)
(Even after running it in its most straightforward calculation mode, it's
about twice as fast as mine! I'm going to have to work out what it's doing
now!)
--Tom