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:
Commentaires (5)
Par shalafi
Master (171)
29-07-2021, 12:40
Par Paulo Garcia
Rookie (18)
21-02-2022, 18:37
Par Amaury Carvalho
Resident (41)
25-02-2022, 22:49
Par Paulo Garcia
Rookie (18)
02-03-2022, 01:15
Par shalafi
Master (171)
05-03-2022, 10:55