Changes
/* Usage */
== 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 it to .asm (assembler fike).''
For the assembler you can use Pasmo (http://pasmo.speccy.org/). Just enter ''pasmo test.asm test.bin'' and there you have your .bin file! 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 ==