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)
No edit summary
Arnoldemu (talk | contribs)
No edit summary
Line 7: Line 7:
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.
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://www.telefonica.net/web2/emilioguerrero/CPCBasic/CPCBasic.html|Home of CPCBasic]]
[[http://www.telefonica.net/web2/emilioguerrero/CPCBasic/CPCBasic.html]]

Revision as of 09:22, 22 July 2010

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.

[[1]]