is a CPC Basic compiler for Windows (you need at least .NET 2.0).
Written by Emilio Guerrerog.
With this compiler you can write and compile your Basic programs (on the PC!) for the CPC.
It will generate an assembler file which you can compile e.g. in emulators like WinApe or WinCPC, which means that the compiled Basic programs will run faster, because they aren’t interpreted on the CPC.
Consists of the compiler 'CPCBasic' and the library 'CPCBasic.bas'.
== Usage ==
Just type your program on a PC text editor and then execute the compiler eg.:'' CPCBASIC TEST.BAS /6128''
After that, the compiler convert converts it to '' .asm'' (assembler fikefile).
NOTE: Your program must start with the command ''CHAIN "CPCBasic.bas"'' , so that it links with the library.
Furthermore, you can use ''InsSNA'' utility in order to insert your bin file into a SNA file (to use in a cpc emulator).
Of course, you may also convert to .dsk to save to a real disc for use on a real CPC.
Written by Emilio Guerrerog.
== Links ==
CPCBasic homepage (originally in Spanish, but can be translated)
httphttps://wwwcpcbasic.telefonicawebcindario.netcom/web2/emilioguerrero/CPCBasic/CPCBasicCPCBasicEn.html
[[Category:Programming software]][[Category:BASIC]][[Category:CrossDev]]