MSXBAS2ROM is an open source experimental MSX Basic cross platform compiler inspired on Basic Kun.
All compilation process and code generation its made from scratch without Basic Kun involvement, and the compiled code uses only a subset of Basic Kun support library (float point math, graphical statements...).
It's run as a command line tool on Windows/Linux modern machines, and you can create a compiled ROM file from your Basic code using the "-c" parameter just like this:
msxbas2rom -c program.bas
All documentation can be listed using "--doc" parameter.
Current project status is development in progress, and you can get more information at the link below:
コメント (5)
By shalafi
Master (164)
29-07-2021, 12:40
By Paulo Garcia
Rookie (18)
21-02-2022, 18:37
By Amaury Carvalho
Resident (41)
25-02-2022, 22:49
By Paulo Garcia
Rookie (18)
02-03-2022, 01:15
By shalafi
Master (164)
05-03-2022, 10:55