XC=BASIC can compile programs to the Commander X16 from version 3.2.x16-beta. Mostly everything that has been part of the core language is ported to the X16, including sprites, sound and interrupts. In addition, a new library is available to the user to exploit some of the additional features that this machine offers.
Warning
This release is yet in beta state and may contain bugs. If you find a bug, please report it on GitHub.
info
The Commander X16 is still a work in progress. XC=BASIC was tested on emulator version R41 "Marrakesh".
PRINT “hello world”
and save it as test.bas.xcbasic3 test.bas test.prg --target=x16
x16emu
using the command x16emu -prg test.prg
RUN
in the emulator window: