Jump to content
Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

CPC Basic: Difference between revisions

From CPCWiki - THE Amstrad CPC encyclopedia!
Arnoldemu (talk | contribs)
Created page with 'http://www.telefonica.net/web2/emilioguerrero/CPCBasic/CPCBasic.html'
 
No edit summary
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
http://www.telefonica.net/web2/emilioguerrero/CPCBasic/CPCBasic.html
[[Category:Programming software]]
CPC Basic is a compiler that compiles a language heavily based on Locomotive BASIC (the BASIC of the Amstrad CPC).
However there are some differences.
 
It works in command line mode under Windows, but it is possible use it on Linux with WINE or MONO and also on MacOS with MONO. The program generates a binary file that can be added to a disc image, inserted into a snapshot or similar.
 
 
The compiler is free for any use and the existing library of functions on this page is open source, but the source code of compiler is not released.
 
http://cpcbasic.webcindario.com/

Latest revision as of 09:09, 3 December 2019

CPC Basic is a compiler that compiles a language heavily based on Locomotive BASIC (the BASIC of the Amstrad CPC). However there are some differences.

It works in command line mode under Windows, but it is possible use it on Linux with WINE or MONO and also on MacOS with MONO. The program generates a binary file that can be added to a disc image, inserted into a snapshot or similar.


The compiler is free for any use and the existing library of functions on this page is open source, but the source code of compiler is not released.

http://cpcbasic.webcindario.com/