Warning
Make sure you have the latest version of dasm. Users reported that XC=BASIC code did not compile with older versions.
sudo ln /path/to/xc-basic3/bin/Linux/xcbasic3 /usr/local/bin/xcbasic3
If you installed everything, you should be able to run the command:
xcbasic3 --help
The output contains all useful information on how to use the program. The most common usage is:
xcbasic3 path/to/source.bas path/to/output.prg
That's it. Continue to the next page to learn about the language.