|
|
I have added Acorn ARM Co-Processor support to BeebEm. More info to follow soon but you can see a small QuickTime movie here (565KB). Whilst playing with ARM Basic, I noticed it had a MANDEL function. I wrote this short program which produced the following screen shot. Quite impressive for a small piece of code ! 10 MODE 220 D% = 16 30 FOR X% = 0 TO 1023 STEP 4 40 FOR Y% = 0 TO 1023 STEP 8 50 MANDEL X% / 1024 * 4 - 2, Y% / 1024 * 4 - 2 60 GCOL C% AND 7 70 POINT Y%, X% 80 NEXT 90 NEXT |
Send mail to
jon@g7jjf.com with
questions or comments about this web site.
|