02-24-2016, 11:07 PM
In a compiled program, it's pure machine code, so the basic interpreter is pretty much unimportant - with a few exceptions of rom data and routines that the compiler links to (one reason it's not ideal for 128K programming).
What you really need is someone to write routines that access the beta disk in machine code, and that's not trivial. If they exist, however, they would be fairly easy to include as compiled functions. Since you're not running basic, adjusting the basic interpreter to allow betadisk syntax will have no effect at all.
What you really need is someone to write routines that access the beta disk in machine code, and that's not trivial. If they exist, however, they would be fairly easy to include as compiled functions. Since you're not running basic, adjusting the basic interpreter to allow betadisk syntax will have no effect at all.