Raspberry BASIC

Raspberry BASIC => Interpreters => Blassic => Topic started by: Julian Albo on March 10, 2021, 03:13:21 PM

Title: Blassic
Post by: Julian Albo 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/ (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.
Title: Re: Blassic
Post by: John Spikowski on March 10, 2021, 10:07:59 PM
Welcome to the RaspberryBASIC forum Julian.

I setup a sub-board for your basic, made you the moderator and moved your first post to your new board.

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.

Title: Re: Blassic
Post by: Julian Albo 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.