Hello everyone, I wonder if it's possible to use already done libraries for BASIC (like .bin libs) in another lenguaje. In theory, a .BIN file is located in memory with BLOAD and after that tu call the function in the indicated memory address where rutine was loaded, so it should be possible to make some kind of trick to use for example with compiled language like C.
I ask this because FM provides a MML music player for Basic integrated in BIOS and I'm really interested in programming a MML driver for MSX-C. Instead of making from scratch, it would be fine to make some kind of reverse engineering to the BIOS, extrac this code and be able to use.
Is this possible? Thanks.
Login or register to post comments