Hi,
I downloaded this mandelbrot generator but unfortunately it won't work on BBCbasic on my Mac.
Numer too big, 920. dim Q% 700000 , well 700000 is probably too big!
Is there something that can be done?
Trackman2 (Mandelbrot)
-
- Posts: 4
- Joined: Tue 22 Apr 2025, 08:57
Trackman2 (Mandelbrot)
You do not have the required permissions to view the files attached to this post.
-
- Posts: 366
- Joined: Tue 18 Jun 2024, 09:32
Re: Trackman2 (Mandelbrot)
That program is very platform-specific, most obviously it contains ARM assembly language code:
Code: Select all
7690 [OPT PASS
7700 MOV AH,Rm,LSR #16
7710 MOV BH,Rs,LSR #16
7720 EOR AL,Rm,AH,LSL #16
7730 EOR BL,Rs,BH,LSL #16
7740 MUL Rh,AH,BH
...
Code: Select all
130 SYS "ColourTrans_WritePalette",-1,,pal%
What's 'special' about it? There's a Mandelbrot program supplied with BBC BASIC for SDL 2.0 in the examples/graphics/ directory.
-
- Posts: 4
- Joined: Tue 22 Apr 2025, 08:57
Re: Trackman2 (Mandelbrot)
I'm just curious. I've got a Pi2 so I'm gonna try.
-
- Posts: 208
- Joined: Tue 17 Apr 2018, 21:03
Re: Trackman2 (Mandelbrot)
Hi neell00,
Not sure pi2 will run bbcsdl, you might have to buy a pi3
Not sure pi2 will run bbcsdl, you might have to buy a pi3
Kind Regards Ric.
6502 back in the day, BB4W 2017 onwards, BBCSDL from 2023
6502 back in the day, BB4W 2017 onwards, BBCSDL from 2023
-
- Posts: 4
- Joined: Tue 22 Apr 2025, 08:57
Re: Trackman2 (Mandelbrot)
well, I've had a Pi4 but it didn't do well with RiscOS Open, 5.28 I guess so I sold it.
Pi2 runs 5.30
Pi2 runs 5.30
Last edited by neell00 on Tue 22 Apr 2025, 11:22, edited 1 time in total.
-
- Posts: 366
- Joined: Tue 18 Jun 2024, 09:32
-
- Posts: 4
- Joined: Tue 22 Apr 2025, 08:57
Re: Trackman2 (Mandelbrot)
you're right, your program is also nice and doesn't require a Raspberry pi or rpcemu setup.Richard Russell wrote: ↑Tue 22 Apr 2025, 09:34 What's 'special' about it? There's a Mandelbrot program supplied with BBC BASIC for SDL 2.0 in the examples/graphics/ directory.
Rpcemu runs this new version of Trackman fine.
You do not have the required permissions to view the files attached to this post.