Raspberry BASIC

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Julian Albo

Pages: [1]
1
Blassic / Re: Blassic
« on: March 11, 2021, 11:30:26 AM »
Thanks.

Do you have a repository for your BASIC? If not I would be happy to set one up for you on the basic-sandbox.us site.

Not yet, I'm thinking about uploading it to github, but I've not yet decided if using the stable 0.10 branch or the experimental 0.11.

2
Blassic / Blassic
« on: March 10, 2021, 03:13:21 PM »
Hello

I'm the author of Blassic, a Basic intepreter 8 bit era style. https://blassic.net/

I have a raspberry pi binary available for download, compiling it native takes some time and requires several dev packages.

It works on raspbian 32 bits. It may work in 64 bits, but its low level features (peek/poke, usr...) will probably fail because the integer type is 32 bits and addresses may be out of its range. You can configure it to 32 bits, but I have only tested that way on amd64, not in arm.

Enjoy.

Pages: [1]