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: ```sh printf "10 PRINT \"HELLO WORLD\"\r\n20 GOTO 10" > file.asc basbinizer file.asc -r file.rom ``` Many thanks
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