MCBC MSX Club Basic Compiler
As they released it on their CD with MCCM 90 I dare share a link of the disk images. I guess this is what you search for.
Just now I realize you have to rename the extension to DSK yourself. ;)
Thank you! Now it is to find out how to use mcbc..a simple bload"mcvc.bin", r gives a 'out of data', on nms8245 with sd and also with floppy. Some files on the disk give an error, but I will find out..
MSX Club, where the MC part stands for, has their complete magazine collection online ;)
Yes!, I made "msxworld"! run"control", 1 load compiler, 2 compile program, load basic program, _comp
run"control" again. 4 save compiled program other extension .mem. load "loader.bas"
change row 40 in msxworld.ldr, change row 60 msxworld.mem change row 90 msxworld.b4m
save as "msxworld.ldr"
then new
10 OUT &HFD,3:_MEM:OUT &HFD,2
save as "msxworld.b4m"
run"msxworld.ldr"
NICE! ...first steps to machine language..
Give a try to MSXBAS2ROM, a brand new experimental MSX Basic compiler based on Basic Kun.
MSXBAS2ROM is an opensource command line tool thats run on Windows/Linux. You can create a compiled ROM file from your Basic code using the "-c" parameter just like this:
msxbas2rom -c program.bas
More information:
Cool, so it turns a plain MSX-BASIC listing into a Kun-driven compiled basic rom?
The compiled code uses only a subset of Basic Kun support library (float point math, graphics statements...), and its subset can be switched for another library easily in the future. All compilation process and code generation its made from scratch with own algorithm without Basic Kun involvement.
Fantastic work, Amaury!
Thanks really a lot for your interest in Msx System.