Skip to content

4 Using BBC Micro Save N Load

d1ddle edited this page Jun 13, 2021 · 2 revisions

You've basically already done this part (Loading & Saving a program), but I'll breifly go over it again.

Load the disk into BeebEm

Running Write Program

Load the Write (LOAD "WRITET2") program (*CAT is always useful)

Edit the Write (WRITET2) program with your own DATA and filename (LIST is useful)

Run it and make sure you see FILE WRITING COMPLETE

Save your program if you've edited it (SAVE "WRITET2")

Running Read Program

Load the Write (LOAD "READT1") program (*CAT is always useful)

Edit the Write (READT1) program with your own filename (LIST is useful)

Run it and make sure you see your DATA printed

Save the program if you edited the filename (SAVE "READT1")

WIP:

Save File Config

  • File specifically for editing the read/write program DATA and filename

Print Filename

  • Print filename written/read to/from (Fixed 1.1.0)