Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BASIC.SYSTEM without text file support #37

Open
oliverschmidt opened this issue Feb 6, 2020 · 0 comments
Open

BASIC.SYSTEM without text file support #37

oliverschmidt opened this issue Feb 6, 2020 · 0 comments
Labels
BASIC.SYSTEM Applesoft BASIC enhancement New feature or request

Comments

@oliverschmidt
Copy link

Hi,

Adding new features (like #36) to BASIC.SYSTEM is anticipated to be somewhere between very hard and plainly impossible.

On the other hand BASIC.SYSTEM has a feature set that I think almost all users nearly never make use of. It's the set of file I/O commands to be used from within BASIC programs also known as text files.

I presume that removing support for OPEN, CLOSE, READ, WRITE, APPEND, FLUSH and POSITION would free up quite some space inside BASIC.SYSTEM.

The current BASIC.SYSTEM with text file support should be made available as part of ProDOS with a different name (i.e. BSCFILES.SYSTEM or BASICFIL.SYSTEM or BASICFILEIO.SYS) to be explicitly used for the (seldom) scenario of running a BASIC program that makes use of file I/O.

Thanks for considering,
Oliver

@oliverschmidt oliverschmidt added the enhancement New feature or request label Feb 6, 2020
@DevoKun DevoKun added the BASIC.SYSTEM Applesoft BASIC label Apr 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BASIC.SYSTEM Applesoft BASIC enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants