You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible, but definitely not a trivial task, since it basically requires reimplementing the whole MSX-BASIC interpreter.
It will be considered for future versions.
As for now, the best workaround is to load the .ASC file on any MSX Machine, and save it as a tokenized file (SAVE"PROG.BAS" without the ",A" option). The resulting .BAS prog could be easily converted to .ROM with Basbinizer.
It is possible, but definitely not a trivial task, since it basically requires reimplementing the whole MSX-BASIC interpreter.
It will be considered for future versions.
As for now, the best workaround is to load the .ASC file on any MSX Machine, and save it as a tokenized file (SAVE"PROG.BAS" without the ",A" option). The resulting .BAS prog could be easily converted to .ROM with Basbinizer.
In this way, I can write a MSX Basic program on my modern computer without having to use line numbers (they can be replaced by labels). Then your program puts it into a ROM file. It's quite handy IMHO
Wow, didn't know about basic-dignified. It looks very nice.
It's great you can use both programs in your pipeline simulntaneously. Open source software at its best!
Until I decided whether I add this feature in future versions or not, I will add to the README.md file some instructions recommending your approach.
Could you add the ability to import a MSX Basic file written in pure ASCII mode?
I'd like to be able to do something like this:
Many thanks
The text was updated successfully, but these errors were encountered: