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
Both these programs have been improved upon from the demo in the "BASIC Programming on the BBC Micro" Book, published in 1985.
Unlike the program in the book, you don't need to pre-input the length of your DATA, as BBC Micro Save N Load uses an error handler to determine when the input Data has run out.
To use the technology in your own programs, change the filename at the top of both the read and write programs, and change/add DATA input/s in the write program.
I can see this file read/write system being used in gamesaves, document editors and so much more.
I'm aware that this kind of thing already exists, but I felt like separating it from a different program I'm working on, just for ease of use when using it in another.
Previously known as:
- BBC Micro Data Read Write
- BBC Micro File Read Write
- BBC Micro Save N Load (Current)
About
Minimalistic Data read and write programs for r/w DATA to/from a file on the BBC Micro.