[A86] Re: Escape Time Algorithm
[Prev][Next][Index][Thread]
[A86] Re: Escape Time Algorithm
That's incredible... makes sense, though. The pictures are almost the same --
not quite, but that probably has to do with the low # of iterations I'm using.
Anyone know the ROM calls for OP1 and OP2, OP1 or OP2, etc? I realize for
this program, all the numbers I'll need will fit in 8-bit registers, but I'd
like to know the fp boolean calls for programs involving larger numbers.
-- Jonathan Marcus
Appelkore@aol.com
>ClDrw
>60\->\M
>For(A,1,M
>For(B,1,M
>If A and B:PxOn(B,A
>End
>End
>