As of V0.16 there is no support for *SPOOL [OUTFILE.TXT] and *EXEC INFILE.TXT which makes it difficult to get BBC BASIC source code in and out of the emulator from NextZXOS text files given that the .bbc binary format is different to Acorn BBC BASIC binary files.
Implementing *SPOOL [OUTFILE.TXT] would allow
*SPOOL OUTFILE.TXT
LIST
*SPOOL
to save a text file to NextZXOS
and *EXEC INFILE.TXT would allow a text file BASIC listing to be read into the emulator
As of V0.16 there is no support for *SPOOL [OUTFILE.TXT] and *EXEC INFILE.TXT which makes it difficult to get BBC BASIC source code in and out of the emulator from NextZXOS text files given that the .bbc binary format is different to Acorn BBC BASIC binary files.
Implementing *SPOOL [OUTFILE.TXT] would allow
to save a text file to NextZXOS
and *EXEC INFILE.TXT would allow a text file BASIC listing to be read into the emulator