Category:Specbas: Difference between revisions

From Sinclair Wiki
Jump to navigation Jump to search
(Created page with "==Foo Bar Baz== Installing Specbas")
 
No edit summary
Line 1: Line 1:
==Foo Bar Baz==
== SpecBAS Technical Reference ==


[[specbas_installation|Installing Specbas]]
SpecBAS is an improved implementation of Sinclair BASIC for x86 PCs running Windows or Linux operating systems. SpecBAS is a 32bit application.
 
SpecBAS is an interpreter for a dialect of BASIC, based on Dartmouth BASIC, as was the original Sinclair BASIC. SpecBAS adds many new commands and functions such as procedures, math functions and sound using samples and music .mod files. Although not as fast as compiled languages, it is very quick.
 
These pages document the language and also cover some "tricks and tips" style pages.
 
SpecBAS is available from
[ftp://zxdunny.dyndns.org Dunny's FTP site] and [https://sites.google.com/site/pauldunn/SpecOS.zip As a single .zip file]
 
The linux version is available at [http://www.reallyquick.co.uk/specbas/ ^Pete's SpecBAS-Linux home].

Revision as of 22:46, 31 December 2010

SpecBAS Technical Reference

SpecBAS is an improved implementation of Sinclair BASIC for x86 PCs running Windows or Linux operating systems. SpecBAS is a 32bit application.

SpecBAS is an interpreter for a dialect of BASIC, based on Dartmouth BASIC, as was the original Sinclair BASIC. SpecBAS adds many new commands and functions such as procedures, math functions and sound using samples and music .mod files. Although not as fast as compiled languages, it is very quick.

These pages document the language and also cover some "tricks and tips" style pages.

SpecBAS is available from Dunny's FTP site and As a single .zip file

The linux version is available at ^Pete's SpecBAS-Linux home.