XC-BASIC
XC-BASIC copied to clipboard
A compiling BASIC dialect for the Commodore-64
This request emerged in the discussion on issue #52. It's about a command to be added that prints integers as unsigned numbers. It would also be nice to print hex...
If you enter an unrecognised PETSCII escape sequence, the compiler throws an error. Example: `print "{abc}"` `std.conv.ConvException@C:\hostedtoolcache\windows\dc\dmd-2.090.1\x64\dmd2\windows\bin\..\..\src\phobos\std\conv.d(2312): Unexpected 'a' when converting from type string to type uint`
The compiler is currently targeted to C64 only. Many users have already suggested that it should be possible to compile XC=BASIC programs to other platforms e.g Plus/4, C16, VIC-20, BBC...
Idea: ON .. GOTO/GOSUB should support situations where we want to check if individual bits are set and jump to the Nth label when the Nth bit is set. for...
Are there plans to make it work on Commodore 128 in C128 mode? It Is hard to make it work? Best Regards
It is possible to add userport communications ability for use in creating a terminal program or BBS system in the near future? Enhanced communication routines with supported 2400 or even...